Shades of Lemon #ECE20A
Tints of Lemon #ECE20A
RGB
CMYK
RGB Variations
Color information
#ECE20A (or 0xECE20A) is known color: Lemon. HEX triplet: EC, E2 and 0A. RGB value is (236,226,10). Sum of RGB (Red+Green+Blue) = 236+226+10=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE20A is #131DF5. Grayscale: #CDCDCD. Windows color (decimal): -1252854 or 713452. OLE color: 713452.
HSL color Cylindrical-coordinate representation of color #ECE20A: hue angle of 57.35º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECE20A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.07 |
| HSL | 57.35º | 0.92% | 0.48% | - |
| HSV(B) | 57.35º | 0.96% | 0.93% | - |
| XYZ | 61.84 | 72.25 | 10.97 | - |
| YUV | 204.37 | 18.31 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 10 | 0 | 0.04 | 0.96 | 0.07 | 57.35 | 0.92 | 0.48 |
| Hex | EC | E2 | A | 0 | 4 | 60 | 7 | 39 | 5C | 30 |
| Octal | 354 | 342 | 12 | 0 | 4 | 140 | 7 | 71 | 134 | 60 |
| Binary | 11101100 | 11100010 | 1010 | 0 | 100 | 1100000 | 111 | 111001 | 1011100 | 110000 |
Color Harmonies of #ECE20A
Complementary color
Monochromatic Colors of #ECE20A
Black with #ECE20A
Text Example
Text Example
White with #ECE20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE20A; }
p { color: rgb(236,226,10); }
H1.HeaderClassName
{
color: #ECE20A;
}
.AnyTagClassName
{
color: #ECE20A;
}
</style>
background-color css
<style>
a { background-color: #ECE20A; }
a { background-color: rgb(236,226,10); }
div.DivClassName
{
background-color: #ECE20A;
}
.BgClassName
{
background-color: #ECE20A;
}
</style>
border-color css
<style>
span { border-color: #ECE20A; }
span { border-color: rgb(236,226,10); }
td.TdClassName
{
border-color: #ECE20A;
}
.TagClassName
{
border-color: #ECE20A;
}
</style>