Shades of Lemon #ECE916
Tints of Lemon #ECE916
RGB
CMYK
RGB Variations
Color information
#ECE916 (or 0xECE916) is known color: Lemon. HEX triplet: EC, E9 and 16. RGB value is (236,233,22). Sum of RGB (Red+Green+Blue) = 236+233+22=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE916 is #1316E9. Grayscale: #D2D2D2. Windows color (decimal): -1251050 or 1501676. OLE color: 1501676.
HSL color Cylindrical-coordinate representation of color #ECE916: hue angle of 59.16º 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 #ECE916 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 22 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.07 |
| HSL | 59.16º | 0.85% | 0.51% | - |
| HSV(B) | 59.16º | 0.91% | 0.93% | - |
| XYZ | 63.88 | 76.17 | 12.09 | - |
| YUV | 209.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 22 | 0 | 0.01 | 0.91 | 0.07 | 59.16 | 0.85 | 0.51 |
| Hex | EC | E9 | 16 | 0 | 1 | 5B | 7 | 3B | 55 | 33 |
| Octal | 354 | 351 | 26 | 0 | 1 | 133 | 7 | 73 | 125 | 63 |
| Binary | 11101100 | 11101001 | 10110 | 0 | 1 | 1011011 | 111 | 111011 | 1010101 | 110011 |
Color Harmonies of #ECE916
Complementary color
Monochromatic Colors of #ECE916
Black with #ECE916
Text Example
Text Example
White with #ECE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE916; }
p { color: rgb(236,233,22); }
H1.HeaderClassName
{
color: #ECE916;
}
.AnyTagClassName
{
color: #ECE916;
}
</style>
background-color css
<style>
a { background-color: #ECE916; }
a { background-color: rgb(236,233,22); }
div.DivClassName
{
background-color: #ECE916;
}
.BgClassName
{
background-color: #ECE916;
}
</style>
border-color css
<style>
span { border-color: #ECE916; }
span { border-color: rgb(236,233,22); }
td.TdClassName
{
border-color: #ECE916;
}
.TagClassName
{
border-color: #ECE916;
}
</style>