Shades of Lemon #ECE802
Tints of Lemon #ECE802
RGB
CMYK
RGB Variations
Color information
#ECE802 (or 0xECE802) is known color: Lemon. HEX triplet: EC, E8 and 02. RGB value is (236,232,2). Sum of RGB (Red+Green+Blue) = 236+232+2=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE802 is #1317FD. Grayscale: #CFCFCF. Windows color (decimal): -1251326 or 190700. OLE color: 190700.
HSL color Cylindrical-coordinate representation of color #ECE802: hue angle of 58.97º 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 #ECE802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.07 |
| HSL | 58.97º | 0.98% | 0.47% | - |
| HSV(B) | 58.97º | 0.99% | 0.93% | - |
| XYZ | 63.46 | 75.55 | 11.3 | - |
| YUV | 206.98 | 12.33 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 2 | 0 | 0.02 | 0.99 | 0.07 | 58.97 | 0.98 | 0.47 |
| Hex | EC | E8 | 2 | 0 | 2 | 63 | 7 | 3B | 62 | 2F |
| Octal | 354 | 350 | 2 | 0 | 2 | 143 | 7 | 73 | 142 | 57 |
| Binary | 11101100 | 11101000 | 10 | 0 | 10 | 1100011 | 111 | 111011 | 1100010 | 101111 |
Color Harmonies of #ECE802
Complementary color
Monochromatic Colors of #ECE802
Black with #ECE802
Text Example
Text Example
White with #ECE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE802; }
p { color: rgb(236,232,2); }
H1.HeaderClassName
{
color: #ECE802;
}
.AnyTagClassName
{
color: #ECE802;
}
</style>
background-color css
<style>
a { background-color: #ECE802; }
a { background-color: rgb(236,232,2); }
div.DivClassName
{
background-color: #ECE802;
}
.BgClassName
{
background-color: #ECE802;
}
</style>
border-color css
<style>
span { border-color: #ECE802; }
span { border-color: rgb(236,232,2); }
td.TdClassName
{
border-color: #ECE802;
}
.TagClassName
{
border-color: #ECE802;
}
</style>