Shades of Lemon #ECE40C
Tints of Lemon #ECE40C
RGB
CMYK
RGB Variations
Color information
#ECE40C (or 0xECE40C) is known color: Lemon. HEX triplet: EC, E4 and 0C. RGB value is (236,228,12). Sum of RGB (Red+Green+Blue) = 236+228+12=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE40C is #131BF3. Grayscale: #CECECE. Windows color (decimal): -1252340 or 845036. OLE color: 845036.
HSL color Cylindrical-coordinate representation of color #ECE40C: hue angle of 57.86º 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 #ECE40C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.07 |
| HSL | 57.86º | 0.9% | 0.49% | - |
| HSV(B) | 57.86º | 0.95% | 0.93% | - |
| XYZ | 62.4 | 73.35 | 11.22 | - |
| YUV | 205.77 | 18.65 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 12 | 0 | 0.03 | 0.95 | 0.07 | 57.86 | 0.9 | 0.49 |
| Hex | EC | E4 | C | 0 | 3 | 5F | 7 | 3A | 5A | 31 |
| Octal | 354 | 344 | 14 | 0 | 3 | 137 | 7 | 72 | 132 | 61 |
| Binary | 11101100 | 11100100 | 1100 | 0 | 11 | 1011111 | 111 | 111010 | 1011010 | 110001 |
Color Harmonies of #ECE40C
Complementary color
Monochromatic Colors of #ECE40C
Black with #ECE40C
Text Example
Text Example
White with #ECE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE40C; }
p { color: rgb(236,228,12); }
H1.HeaderClassName
{
color: #ECE40C;
}
.AnyTagClassName
{
color: #ECE40C;
}
</style>
background-color css
<style>
a { background-color: #ECE40C; }
a { background-color: rgb(236,228,12); }
div.DivClassName
{
background-color: #ECE40C;
}
.BgClassName
{
background-color: #ECE40C;
}
</style>
border-color css
<style>
span { border-color: #ECE40C; }
span { border-color: rgb(236,228,12); }
td.TdClassName
{
border-color: #ECE40C;
}
.TagClassName
{
border-color: #ECE40C;
}
</style>