Shades of Lemon #ECE412
Tints of Lemon #ECE412
RGB
CMYK
RGB Variations
Color information
#ECE412 (or 0xECE412) is known color: Lemon. HEX triplet: EC, E4 and 12. RGB value is (236,228,18). Sum of RGB (Red+Green+Blue) = 236+228+18=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE412 is #131BED. Grayscale: #CFCFCF. Windows color (decimal): -1252334 or 1238252. OLE color: 1238252.
HSL color Cylindrical-coordinate representation of color #ECE412: hue angle of 57.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECE412 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 57.8º | 0.86% | 0.5% | - |
| HSV(B) | 57.8º | 0.92% | 0.93% | - |
| XYZ | 62.44 | 73.36 | 11.44 | - |
| YUV | 206.45 | 21.65 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 18 | 0 | 0.03 | 0.92 | 0.07 | 57.8 | 0.86 | 0.5 |
| Hex | EC | E4 | 12 | 0 | 3 | 5C | 7 | 3A | 56 | 32 |
| Octal | 354 | 344 | 22 | 0 | 3 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101100 | 11100100 | 10010 | 0 | 11 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #ECE412
Complementary color
Monochromatic Colors of #ECE412
Black with #ECE412
Text Example
Text Example
White with #ECE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE412; }
p { color: rgb(236,228,18); }
H1.HeaderClassName
{
color: #ECE412;
}
.AnyTagClassName
{
color: #ECE412;
}
</style>
background-color css
<style>
a { background-color: #ECE412; }
a { background-color: rgb(236,228,18); }
div.DivClassName
{
background-color: #ECE412;
}
.BgClassName
{
background-color: #ECE412;
}
</style>
border-color css
<style>
span { border-color: #ECE412; }
span { border-color: rgb(236,228,18); }
td.TdClassName
{
border-color: #ECE412;
}
.TagClassName
{
border-color: #ECE412;
}
</style>