Shades of Lemon #ECE912
Tints of Lemon #ECE912
RGB
CMYK
RGB Variations
Color information
#ECE912 (or 0xECE912) is known color: Lemon. HEX triplet: EC, E9 and 12. RGB value is (236,233,18). Sum of RGB (Red+Green+Blue) = 236+233+18=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE912 is #1316ED. Grayscale: #D2D2D2. Windows color (decimal): -1251054 or 1239532. OLE color: 1239532.
HSL color Cylindrical-coordinate representation of color #ECE912: hue angle of 59.17º 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 #ECE912 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.07 |
| HSL | 59.17º | 0.86% | 0.5% | - |
| HSV(B) | 59.17º | 0.92% | 0.93% | - |
| XYZ | 63.84 | 76.15 | 11.91 | - |
| YUV | 209.39 | 19.99 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 18 | 0 | 0.01 | 0.92 | 0.07 | 59.17 | 0.86 | 0.5 |
| Hex | EC | E9 | 12 | 0 | 1 | 5C | 7 | 3B | 56 | 32 |
| Octal | 354 | 351 | 22 | 0 | 1 | 134 | 7 | 73 | 126 | 62 |
| Binary | 11101100 | 11101001 | 10010 | 0 | 1 | 1011100 | 111 | 111011 | 1010110 | 110010 |
Color Harmonies of #ECE912
Complementary color
Monochromatic Colors of #ECE912
Black with #ECE912
Text Example
Text Example
White with #ECE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE912; }
p { color: rgb(236,233,18); }
H1.HeaderClassName
{
color: #ECE912;
}
.AnyTagClassName
{
color: #ECE912;
}
</style>
background-color css
<style>
a { background-color: #ECE912; }
a { background-color: rgb(236,233,18); }
div.DivClassName
{
background-color: #ECE912;
}
.BgClassName
{
background-color: #ECE912;
}
</style>
border-color css
<style>
span { border-color: #ECE912; }
span { border-color: rgb(236,233,18); }
td.TdClassName
{
border-color: #ECE912;
}
.TagClassName
{
border-color: #ECE912;
}
</style>