Shades of Lemon #ECE216
Tints of Lemon #ECE216
RGB
CMYK
RGB Variations
Color information
#ECE216 (or 0xECE216) is known color: Lemon. HEX triplet: EC, E2 and 16. RGB value is (236,226,22). Sum of RGB (Red+Green+Blue) = 236+226+22=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE216 is #131DE9. Grayscale: #CECECE. Windows color (decimal): -1252842 or 1499884. OLE color: 1499884.
HSL color Cylindrical-coordinate representation of color #ECE216: hue angle of 57.2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECE216 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 22 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.07 |
| HSL | 57.2º | 0.85% | 0.51% | - |
| HSV(B) | 57.2º | 0.91% | 0.93% | - |
| XYZ | 61.93 | 72.28 | 11.45 | - |
| YUV | 205.73 | 24.31 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 22 | 0 | 0.04 | 0.91 | 0.07 | 57.2 | 0.85 | 0.51 |
| Hex | EC | E2 | 16 | 0 | 4 | 5B | 7 | 39 | 55 | 33 |
| Octal | 354 | 342 | 26 | 0 | 4 | 133 | 7 | 71 | 125 | 63 |
| Binary | 11101100 | 11100010 | 10110 | 0 | 100 | 1011011 | 111 | 111001 | 1010101 | 110011 |
Color Harmonies of #ECE216
Complementary color
Monochromatic Colors of #ECE216
Black with #ECE216
Text Example
Text Example
White with #ECE216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE216; }
p { color: rgb(236,226,22); }
H1.HeaderClassName
{
color: #ECE216;
}
.AnyTagClassName
{
color: #ECE216;
}
</style>
background-color css
<style>
a { background-color: #ECE216; }
a { background-color: rgb(236,226,22); }
div.DivClassName
{
background-color: #ECE216;
}
.BgClassName
{
background-color: #ECE216;
}
</style>
border-color css
<style>
span { border-color: #ECE216; }
span { border-color: rgb(236,226,22); }
td.TdClassName
{
border-color: #ECE216;
}
.TagClassName
{
border-color: #ECE216;
}
</style>