Shades of Lemon #ECE213
Tints of Lemon #ECE213
RGB
CMYK
RGB Variations
Color information
#ECE213 (or 0xECE213) is known color: Lemon. HEX triplet: EC, E2 and 13. RGB value is (236,226,19). Sum of RGB (Red+Green+Blue) = 236+226+19=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE213 is #131DEC. Grayscale: #CECECE. Windows color (decimal): -1252845 or 1303276. OLE color: 1303276.
HSL color Cylindrical-coordinate representation of color #ECE213: hue angle of 57.24º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECE213 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.24º | 0.85% | 0.5% | - |
| HSV(B) | 57.24º | 0.92% | 0.93% | - |
| XYZ | 61.91 | 72.27 | 11.3 | - |
| YUV | 205.39 | 22.81 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 19 | 0 | 0.04 | 0.92 | 0.07 | 57.24 | 0.85 | 0.5 |
| Hex | EC | E2 | 13 | 0 | 4 | 5C | 7 | 39 | 55 | 32 |
| Octal | 354 | 342 | 23 | 0 | 4 | 134 | 7 | 71 | 125 | 62 |
| Binary | 11101100 | 11100010 | 10011 | 0 | 100 | 1011100 | 111 | 111001 | 1010101 | 110010 |
Color Harmonies of #ECE213
Complementary color
Monochromatic Colors of #ECE213
Black with #ECE213
Text Example
Text Example
White with #ECE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE213; }
p { color: rgb(236,226,19); }
H1.HeaderClassName
{
color: #ECE213;
}
.AnyTagClassName
{
color: #ECE213;
}
</style>
background-color css
<style>
a { background-color: #ECE213; }
a { background-color: rgb(236,226,19); }
div.DivClassName
{
background-color: #ECE213;
}
.BgClassName
{
background-color: #ECE213;
}
</style>
border-color css
<style>
span { border-color: #ECE213; }
span { border-color: rgb(236,226,19); }
td.TdClassName
{
border-color: #ECE213;
}
.TagClassName
{
border-color: #ECE213;
}
</style>