Shades of Lemon #ECE818
Tints of Lemon #ECE818
RGB
CMYK
RGB Variations
Color information
#ECE818 (or 0xECE818) is known color: Lemon. HEX triplet: EC, E8 and 18. RGB value is (236,232,24). Sum of RGB (Red+Green+Blue) = 236+232+24=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE818 is #1317E7. Grayscale: #D2D2D2. Windows color (decimal): -1251304 or 1632492. OLE color: 1632492.
HSL color Cylindrical-coordinate representation of color #ECE818: hue angle of 58.87º 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 #ECE818 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.07 |
| HSL | 58.87º | 0.85% | 0.51% | - |
| HSV(B) | 58.87º | 0.9% | 0.93% | - |
| XYZ | 63.61 | 75.61 | 12.11 | - |
| YUV | 209.48 | 23.33 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 24 | 0 | 0.02 | 0.90 | 0.07 | 58.87 | 0.85 | 0.51 |
| Hex | EC | E8 | 18 | 0 | 2 | 5A | 7 | 3B | 55 | 33 |
| Octal | 354 | 350 | 30 | 0 | 2 | 132 | 7 | 73 | 125 | 63 |
| Binary | 11101100 | 11101000 | 11000 | 0 | 10 | 1011010 | 111 | 111011 | 1010101 | 110011 |
Color Harmonies of #ECE818
Complementary color
Monochromatic Colors of #ECE818
Black with #ECE818
Text Example
Text Example
White with #ECE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE818; }
p { color: rgb(236,232,24); }
H1.HeaderClassName
{
color: #ECE818;
}
.AnyTagClassName
{
color: #ECE818;
}
</style>
background-color css
<style>
a { background-color: #ECE818; }
a { background-color: rgb(236,232,24); }
div.DivClassName
{
background-color: #ECE818;
}
.BgClassName
{
background-color: #ECE818;
}
</style>
border-color css
<style>
span { border-color: #ECE818; }
span { border-color: rgb(236,232,24); }
td.TdClassName
{
border-color: #ECE818;
}
.TagClassName
{
border-color: #ECE818;
}
</style>