#ECE678 Fresh Lemonade
#ECE678 (Fresh Lemonade) RGB value is (236, 230, 120).
Red value is 236, green value is 230, and blue value is 120.
Cylindrical-coordinate representations (HSL) of color #ECE678: hue: 57°, saturation: 75.3%, and lightness: 69.8%.
Process color (CMYK) of #ECE678 is 0%, 2.5%, 49.2%, 7.5%. Web safe color equivalent of #ECE678 is ##FFFF66. Color #ECE678 contains mainly Yellow.
Color Spaces
| Color spaces of #ECE678 | Value |
|---|---|
| RGB | 236, 230, 120 |
| HSL | 57°, 75.3%, 69.8% |
| HSV / HSB | 57°, 49.2%, 92.5% |
| CMYK | 0%, 2.5%, 49.2%, 7.5% |
| XYZ | 66.28, 75.78, 28.9 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101100 | 11100110 | 01111000 |
| Octal | 354 | 346 | 170 |
| Decimal | 236 | 230 | 120 |
| Hex | EC | E6 | 78 |
Shades of #ECE678
Tints of #ECE678
.mybgColor { background-color: #ECE678; }
.myforeColor { color: #ECE678; }
.myborderColor { border: 3px solid #ECE678; }
<p style="color:#ECE678">Text here</p>
This sample text is styled with font color #ECE678. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#ECE678">Div content here</div>
<div style="border:3px solid #ECE678">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236, 230, 120, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #ECE678; }
.divShadow { -moz-box-shadow: 1px 1px 3px #ECE678;
-webkit-box-shadow: 1px 1px 3px #ECE678;
box-shadow: 1px 1px 3px #ECE678; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #ECE678 (Fresh Lemonade)
Color Overview & Profile: Color #ECE678, also known as Fresh Lemonade, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 93% Red (236/255), 90% Green (230/255), and 47% Blue (120/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #ECE678 translates into the CMYK subtractive color model with values of 0% Cyan, 2.5% Magenta, 49.2% Yellow, and 7.5% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 57°, saturation of 75.3%, and lightness of 69.8%.
Web Accessibility & Design Recommendations: When implementing #ECE678 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFFF66.
