Shades of Lemon #ECE902
Tints of Lemon #ECE902
RGB
CMYK
RGB Variations
Color information
#ECE902 (or 0xECE902) is known color: Lemon. HEX triplet: EC, E9 and 02. RGB value is (236,233,2). Sum of RGB (Red+Green+Blue) = 236+233+2=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE902 is #1316FD. Grayscale: #D0D0D0. Windows color (decimal): -1251070 or 190956. OLE color: 190956.
HSL color Cylindrical-coordinate representation of color #ECE902: hue angle of 59.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECE902 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.07 |
| HSL | 59.23º | 0.98% | 0.47% | - |
| HSV(B) | 59.23º | 0.99% | 0.93% | - |
| XYZ | 63.74 | 76.12 | 11.39 | - |
| YUV | 207.56 | 11.99 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 2 | 0 | 0.01 | 0.99 | 0.07 | 59.23 | 0.98 | 0.47 |
| Hex | EC | E9 | 2 | 0 | 1 | 63 | 7 | 3B | 62 | 2F |
| Octal | 354 | 351 | 2 | 0 | 1 | 143 | 7 | 73 | 142 | 57 |
| Binary | 11101100 | 11101001 | 10 | 0 | 1 | 1100011 | 111 | 111011 | 1100010 | 101111 |
Color Harmonies of #ECE902
Complementary color
Monochromatic Colors of #ECE902
Black with #ECE902
Text Example
Text Example
White with #ECE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE902; }
p { color: rgb(236,233,2); }
H1.HeaderClassName
{
color: #ECE902;
}
.AnyTagClassName
{
color: #ECE902;
}
</style>
background-color css
<style>
a { background-color: #ECE902; }
a { background-color: rgb(236,233,2); }
div.DivClassName
{
background-color: #ECE902;
}
.BgClassName
{
background-color: #ECE902;
}
</style>
border-color css
<style>
span { border-color: #ECE902; }
span { border-color: rgb(236,233,2); }
td.TdClassName
{
border-color: #ECE902;
}
.TagClassName
{
border-color: #ECE902;
}
</style>