Shades of Lemon #ECE00E
Tints of Lemon #ECE00E
RGB
CMYK
RGB Variations
Color information
#ECE00E (or 0xECE00E) is known color: Lemon. HEX triplet: EC, E0 and 0E. RGB value is (236,224,14). Sum of RGB (Red+Green+Blue) = 236+224+14=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE00E is #131FF1. Grayscale: #CCCCCC. Windows color (decimal): -1253362 or 975084. OLE color: 975084.
HSL color Cylindrical-coordinate representation of color #ECE00E: hue angle of 56.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECE00E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.07 |
| HSL | 56.76º | 0.89% | 0.49% | - |
| HSV(B) | 56.76º | 0.94% | 0.93% | - |
| XYZ | 61.33 | 71.18 | 10.92 | - |
| YUV | 203.65 | 20.98 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 14 | 0 | 0.05 | 0.94 | 0.07 | 56.76 | 0.89 | 0.49 |
| Hex | EC | E0 | E | 0 | 5 | 5E | 7 | 39 | 59 | 31 |
| Octal | 354 | 340 | 16 | 0 | 5 | 136 | 7 | 71 | 131 | 61 |
| Binary | 11101100 | 11100000 | 1110 | 0 | 101 | 1011110 | 111 | 111001 | 1011001 | 110001 |
Color Harmonies of #ECE00E
Complementary color
Monochromatic Colors of #ECE00E
Black with #ECE00E
Text Example
Text Example
White with #ECE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE00E; }
p { color: rgb(236,224,14); }
H1.HeaderClassName
{
color: #ECE00E;
}
.AnyTagClassName
{
color: #ECE00E;
}
</style>
background-color css
<style>
a { background-color: #ECE00E; }
a { background-color: rgb(236,224,14); }
div.DivClassName
{
background-color: #ECE00E;
}
.BgClassName
{
background-color: #ECE00E;
}
</style>
border-color css
<style>
span { border-color: #ECE00E; }
span { border-color: rgb(236,224,14); }
td.TdClassName
{
border-color: #ECE00E;
}
.TagClassName
{
border-color: #ECE00E;
}
</style>