Shades of Lemon #ECE918
Tints of Lemon #ECE918
RGB
CMYK
RGB Variations
Color information
#ECE918 (or 0xECE918) is known color: Lemon. HEX triplet: EC, E9 and 18. RGB value is (236,233,24). Sum of RGB (Red+Green+Blue) = 236+233+24=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 24 (9.77% from 255 or 4.87% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE918 is #1316E7. Grayscale: #D2D2D2. Windows color (decimal): -1251048 or 1632748. OLE color: 1632748.
HSL color Cylindrical-coordinate representation of color #ECE918: hue angle of 59.15º 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 #ECE918 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.07 |
| HSL | 59.15º | 0.85% | 0.51% | - |
| HSV(B) | 59.15º | 0.9% | 0.93% | - |
| XYZ | 63.9 | 76.18 | 12.2 | - |
| YUV | 210.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 24 | 0 | 0.01 | 0.90 | 0.07 | 59.15 | 0.85 | 0.51 |
| Hex | EC | E9 | 18 | 0 | 1 | 5A | 7 | 3B | 55 | 33 |
| Octal | 354 | 351 | 30 | 0 | 1 | 132 | 7 | 73 | 125 | 63 |
| Binary | 11101100 | 11101001 | 11000 | 0 | 1 | 1011010 | 111 | 111011 | 1010101 | 110011 |
Color Harmonies of #ECE918
Complementary color
Monochromatic Colors of #ECE918
Black with #ECE918
Text Example
Text Example
White with #ECE918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE918; }
p { color: rgb(236,233,24); }
H1.HeaderClassName
{
color: #ECE918;
}
.AnyTagClassName
{
color: #ECE918;
}
</style>
background-color css
<style>
a { background-color: #ECE918; }
a { background-color: rgb(236,233,24); }
div.DivClassName
{
background-color: #ECE918;
}
.BgClassName
{
background-color: #ECE918;
}
</style>
border-color css
<style>
span { border-color: #ECE918; }
span { border-color: rgb(236,233,24); }
td.TdClassName
{
border-color: #ECE918;
}
.TagClassName
{
border-color: #ECE918;
}
</style>