Shades of Lemon #ECE905
Tints of Lemon #ECE905
RGB
CMYK
RGB Variations
Color information
#ECE905 (or 0xECE905) is known color: Lemon. HEX triplet: EC, E9 and 05. RGB value is (236,233,5). Sum of RGB (Red+Green+Blue) = 236+233+5=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE905 is #1316FA. Grayscale: #D0D0D0. Windows color (decimal): -1251067 or 387564. OLE color: 387564.
HSL color Cylindrical-coordinate representation of color #ECE905: hue angle of 59.22º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECE905 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.07 |
| HSL | 59.22º | 0.96% | 0.47% | - |
| HSV(B) | 59.22º | 0.98% | 0.93% | - |
| XYZ | 63.76 | 76.12 | 11.48 | - |
| YUV | 207.91 | 13.49 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 5 | 0 | 0.01 | 0.98 | 0.07 | 59.22 | 0.96 | 0.47 |
| Hex | EC | E9 | 5 | 0 | 1 | 62 | 7 | 3B | 60 | 2F |
| Octal | 354 | 351 | 5 | 0 | 1 | 142 | 7 | 73 | 140 | 57 |
| Binary | 11101100 | 11101001 | 101 | 0 | 1 | 1100010 | 111 | 111011 | 1100000 | 101111 |
Color Harmonies of #ECE905
Complementary color
Monochromatic Colors of #ECE905
Black with #ECE905
Text Example
Text Example
White with #ECE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE905; }
p { color: rgb(236,233,5); }
H1.HeaderClassName
{
color: #ECE905;
}
.AnyTagClassName
{
color: #ECE905;
}
</style>
background-color css
<style>
a { background-color: #ECE905; }
a { background-color: rgb(236,233,5); }
div.DivClassName
{
background-color: #ECE905;
}
.BgClassName
{
background-color: #ECE905;
}
</style>
border-color css
<style>
span { border-color: #ECE905; }
span { border-color: rgb(236,233,5); }
td.TdClassName
{
border-color: #ECE905;
}
.TagClassName
{
border-color: #ECE905;
}
</style>