Shades of Lemon #ECE418
Tints of Lemon #ECE418
RGB
CMYK
RGB Variations
Color information
#ECE418 (or 0xECE418) is known color: Lemon. HEX triplet: EC, E4 and 18. RGB value is (236,228,24). Sum of RGB (Red+Green+Blue) = 236+228+24=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE418 is #131BE7. Grayscale: #CFCFCF. Windows color (decimal): -1252328 or 1631468. OLE color: 1631468.
HSL color Cylindrical-coordinate representation of color #ECE418: hue angle of 57.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECE418 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.07 |
| HSL | 57.74º | 0.85% | 0.51% | - |
| HSV(B) | 57.74º | 0.9% | 0.93% | - |
| XYZ | 62.5 | 73.39 | 11.73 | - |
| YUV | 207.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 24 | 0 | 0.03 | 0.90 | 0.07 | 57.74 | 0.85 | 0.51 |
| Hex | EC | E4 | 18 | 0 | 3 | 5A | 7 | 3A | 55 | 33 |
| Octal | 354 | 344 | 30 | 0 | 3 | 132 | 7 | 72 | 125 | 63 |
| Binary | 11101100 | 11100100 | 11000 | 0 | 11 | 1011010 | 111 | 111010 | 1010101 | 110011 |
Color Harmonies of #ECE418
Complementary color
Monochromatic Colors of #ECE418
Black with #ECE418
Text Example
Text Example
White with #ECE418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE418; }
p { color: rgb(236,228,24); }
H1.HeaderClassName
{
color: #ECE418;
}
.AnyTagClassName
{
color: #ECE418;
}
</style>
background-color css
<style>
a { background-color: #ECE418; }
a { background-color: rgb(236,228,24); }
div.DivClassName
{
background-color: #ECE418;
}
.BgClassName
{
background-color: #ECE418;
}
</style>
border-color css
<style>
span { border-color: #ECE418; }
span { border-color: rgb(236,228,24); }
td.TdClassName
{
border-color: #ECE418;
}
.TagClassName
{
border-color: #ECE418;
}
</style>