Shades of Lemon #ECEB02
Tints of Lemon #ECEB02
RGB
CMYK
RGB Variations
Color information
#ECEB02 (or 0xECEB02) is known color: Lemon. HEX triplet: EC, EB and 02. RGB value is (236,235,2). Sum of RGB (Red+Green+Blue) = 236+235+2=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB02 is #1314FD. Grayscale: #D1D1D1. Windows color (decimal): -1250558 or 191468. OLE color: 191468.
HSL color Cylindrical-coordinate representation of color #ECEB02: hue angle of 59.74º 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 #ECEB02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.07 |
| HSL | 59.74º | 0.98% | 0.47% | - |
| HSV(B) | 59.74º | 0.99% | 0.93% | - |
| XYZ | 64.31 | 77.25 | 11.58 | - |
| YUV | 208.74 | 11.33 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 2 | 0 | 0.00 | 0.99 | 0.07 | 59.74 | 0.98 | 0.47 |
| Hex | EC | EB | 2 | 0 | 0 | 63 | 7 | 3C | 62 | 2F |
| Octal | 354 | 353 | 2 | 0 | 0 | 143 | 7 | 74 | 142 | 57 |
| Binary | 11101100 | 11101011 | 10 | 0 | 0 | 1100011 | 111 | 111100 | 1100010 | 101111 |
Color Harmonies of #ECEB02
Complementary color
Monochromatic Colors of #ECEB02
Black with #ECEB02
Text Example
Text Example
White with #ECEB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB02; }
p { color: rgb(236,235,2); }
H1.HeaderClassName
{
color: #ECEB02;
}
.AnyTagClassName
{
color: #ECEB02;
}
</style>
background-color css
<style>
a { background-color: #ECEB02; }
a { background-color: rgb(236,235,2); }
div.DivClassName
{
background-color: #ECEB02;
}
.BgClassName
{
background-color: #ECEB02;
}
</style>
border-color css
<style>
span { border-color: #ECEB02; }
span { border-color: rgb(236,235,2); }
td.TdClassName
{
border-color: #ECEB02;
}
.TagClassName
{
border-color: #ECEB02;
}
</style>