Shades of Lemon #ECE008
Tints of Lemon #ECE008
RGB
CMYK
RGB Variations
Color information
#ECE008 (or 0xECE008) is known color: Lemon. HEX triplet: EC, E0 and 08. RGB value is (236,224,8). Sum of RGB (Red+Green+Blue) = 236+224+8=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 8 (3.52% from 255 or 1.71% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE008 is #131FF7. Grayscale: #CBCBCB. Windows color (decimal): -1253368 or 581868. OLE color: 581868.
HSL color Cylindrical-coordinate representation of color #ECE008: hue angle of 56.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE008 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.07 |
| HSL | 56.84º | 0.93% | 0.48% | - |
| HSV(B) | 56.84º | 0.97% | 0.93% | - |
| XYZ | 61.29 | 71.16 | 10.73 | - |
| YUV | 202.96 | 17.98 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 8 | 0 | 0.05 | 0.97 | 0.07 | 56.84 | 0.93 | 0.48 |
| Hex | EC | E0 | 8 | 0 | 5 | 61 | 7 | 39 | 5D | 30 |
| Octal | 354 | 340 | 10 | 0 | 5 | 141 | 7 | 71 | 135 | 60 |
| Binary | 11101100 | 11100000 | 1000 | 0 | 101 | 1100001 | 111 | 111001 | 1011101 | 110000 |
Color Harmonies of #ECE008
Complementary color
Monochromatic Colors of #ECE008
Black with #ECE008
Text Example
Text Example
White with #ECE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE008; }
p { color: rgb(236,224,8); }
H1.HeaderClassName
{
color: #ECE008;
}
.AnyTagClassName
{
color: #ECE008;
}
</style>
background-color css
<style>
a { background-color: #ECE008; }
a { background-color: rgb(236,224,8); }
div.DivClassName
{
background-color: #ECE008;
}
.BgClassName
{
background-color: #ECE008;
}
</style>
border-color css
<style>
span { border-color: #ECE008; }
span { border-color: rgb(236,224,8); }
td.TdClassName
{
border-color: #ECE008;
}
.TagClassName
{
border-color: #ECE008;
}
</style>