Shades of Lemon #ECE00C
Tints of Lemon #ECE00C
RGB
CMYK
RGB Variations
Color information
#ECE00C (or 0xECE00C) is known color: Lemon. HEX triplet: EC, E0 and 0C. RGB value is (236,224,12). Sum of RGB (Red+Green+Blue) = 236+224+12=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE00C is #131FF3. Grayscale: #CCCCCC. Windows color (decimal): -1253364 or 844012. OLE color: 844012.
HSL color Cylindrical-coordinate representation of color #ECE00C: hue angle of 56.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECE00C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.07 |
| HSL | 56.79º | 0.9% | 0.49% | - |
| HSV(B) | 56.79º | 0.95% | 0.93% | - |
| XYZ | 61.31 | 71.17 | 10.85 | - |
| YUV | 203.42 | 19.98 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 12 | 0 | 0.05 | 0.95 | 0.07 | 56.79 | 0.9 | 0.49 |
| Hex | EC | E0 | C | 0 | 5 | 5F | 7 | 39 | 5A | 31 |
| Octal | 354 | 340 | 14 | 0 | 5 | 137 | 7 | 71 | 132 | 61 |
| Binary | 11101100 | 11100000 | 1100 | 0 | 101 | 1011111 | 111 | 111001 | 1011010 | 110001 |
Color Harmonies of #ECE00C
Complementary color
Monochromatic Colors of #ECE00C
Black with #ECE00C
Text Example
Text Example
White with #ECE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE00C; }
p { color: rgb(236,224,12); }
H1.HeaderClassName
{
color: #ECE00C;
}
.AnyTagClassName
{
color: #ECE00C;
}
</style>
background-color css
<style>
a { background-color: #ECE00C; }
a { background-color: rgb(236,224,12); }
div.DivClassName
{
background-color: #ECE00C;
}
.BgClassName
{
background-color: #ECE00C;
}
</style>
border-color css
<style>
span { border-color: #ECE00C; }
span { border-color: rgb(236,224,12); }
td.TdClassName
{
border-color: #ECE00C;
}
.TagClassName
{
border-color: #ECE00C;
}
</style>