Shades of Lemon #ECE90A
Tints of Lemon #ECE90A
RGB
CMYK
RGB Variations
Color information
#ECE90A (or 0xECE90A) is known color: Lemon. HEX triplet: EC, E9 and 0A. RGB value is (236,233,10). Sum of RGB (Red+Green+Blue) = 236+233+10=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 10 (4.30% from 255 or 2.09% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE90A is #1316F5. Grayscale: #D1D1D1. Windows color (decimal): -1251062 or 715244. OLE color: 715244.
HSL color Cylindrical-coordinate representation of color #ECE90A: hue angle of 59.2º 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 #ECE90A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.07 |
| HSL | 59.2º | 0.92% | 0.48% | - |
| HSV(B) | 59.2º | 0.96% | 0.93% | - |
| XYZ | 63.79 | 76.13 | 11.62 | - |
| YUV | 208.48 | 15.99 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 10 | 0 | 0.01 | 0.96 | 0.07 | 59.2 | 0.92 | 0.48 |
| Hex | EC | E9 | A | 0 | 1 | 60 | 7 | 3B | 5C | 30 |
| Octal | 354 | 351 | 12 | 0 | 1 | 140 | 7 | 73 | 134 | 60 |
| Binary | 11101100 | 11101001 | 1010 | 0 | 1 | 1100000 | 111 | 111011 | 1011100 | 110000 |
Color Harmonies of #ECE90A
Complementary color
Monochromatic Colors of #ECE90A
Black with #ECE90A
Text Example
Text Example
White with #ECE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE90A; }
p { color: rgb(236,233,10); }
H1.HeaderClassName
{
color: #ECE90A;
}
.AnyTagClassName
{
color: #ECE90A;
}
</style>
background-color css
<style>
a { background-color: #ECE90A; }
a { background-color: rgb(236,233,10); }
div.DivClassName
{
background-color: #ECE90A;
}
.BgClassName
{
background-color: #ECE90A;
}
</style>
border-color css
<style>
span { border-color: #ECE90A; }
span { border-color: rgb(236,233,10); }
td.TdClassName
{
border-color: #ECE90A;
}
.TagClassName
{
border-color: #ECE90A;
}
</style>