Shades of Lemon #ECE90C
Tints of Lemon #ECE90C
RGB
CMYK
RGB Variations
Color information
#ECE90C (or 0xECE90C) is known color: Lemon. HEX triplet: EC, E9 and 0C. RGB value is (236,233,12). Sum of RGB (Red+Green+Blue) = 236+233+12=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE90C is #1316F3. Grayscale: #D1D1D1. Windows color (decimal): -1251060 or 846316. OLE color: 846316.
HSL color Cylindrical-coordinate representation of color #ECE90C: hue angle of 59.2º 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 #ECE90C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.07 |
| HSL | 59.2º | 0.9% | 0.49% | - |
| HSV(B) | 59.2º | 0.95% | 0.93% | - |
| XYZ | 63.8 | 76.14 | 11.68 | - |
| YUV | 208.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 12 | 0 | 0.01 | 0.95 | 0.07 | 59.2 | 0.9 | 0.49 |
| Hex | EC | E9 | C | 0 | 1 | 5F | 7 | 3B | 5A | 31 |
| Octal | 354 | 351 | 14 | 0 | 1 | 137 | 7 | 73 | 132 | 61 |
| Binary | 11101100 | 11101001 | 1100 | 0 | 1 | 1011111 | 111 | 111011 | 1011010 | 110001 |
Color Harmonies of #ECE90C
Complementary color
Monochromatic Colors of #ECE90C
Black with #ECE90C
Text Example
Text Example
White with #ECE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE90C; }
p { color: rgb(236,233,12); }
H1.HeaderClassName
{
color: #ECE90C;
}
.AnyTagClassName
{
color: #ECE90C;
}
</style>
background-color css
<style>
a { background-color: #ECE90C; }
a { background-color: rgb(236,233,12); }
div.DivClassName
{
background-color: #ECE90C;
}
.BgClassName
{
background-color: #ECE90C;
}
</style>
border-color css
<style>
span { border-color: #ECE90C; }
span { border-color: rgb(236,233,12); }
td.TdClassName
{
border-color: #ECE90C;
}
.TagClassName
{
border-color: #ECE90C;
}
</style>