Shades of Lemon #ECEB03
Tints of Lemon #ECEB03
RGB
CMYK
RGB Variations
Color information
#ECEB03 (or 0xECEB03) is known color: Lemon. HEX triplet: EC, EB and 03. RGB value is (236,235,3). Sum of RGB (Red+Green+Blue) = 236+235+3=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 3 (1.56% from 255 or 0.63% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB03 is #1314FC. Grayscale: #D1D1D1. Windows color (decimal): -1250557 or 257004. OLE color: 257004.
HSL color Cylindrical-coordinate representation of color #ECEB03: hue angle of 59.74º degrees, saturation: 0.97, 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 #ECEB03 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 3 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.07 |
| HSL | 59.74º | 0.97% | 0.47% | - |
| HSV(B) | 59.74º | 0.99% | 0.93% | - |
| XYZ | 64.32 | 77.26 | 11.61 | - |
| YUV | 208.85 | 11.83 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 3 | 0 | 0.00 | 0.99 | 0.07 | 59.74 | 0.97 | 0.47 |
| Hex | EC | EB | 3 | 0 | 0 | 63 | 7 | 3C | 61 | 2F |
| Octal | 354 | 353 | 3 | 0 | 0 | 143 | 7 | 74 | 141 | 57 |
| Binary | 11101100 | 11101011 | 11 | 0 | 0 | 1100011 | 111 | 111100 | 1100001 | 101111 |
Color Harmonies of #ECEB03
Complementary color
Monochromatic Colors of #ECEB03
Black with #ECEB03
Text Example
Text Example
White with #ECEB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB03; }
p { color: rgb(236,235,3); }
H1.HeaderClassName
{
color: #ECEB03;
}
.AnyTagClassName
{
color: #ECEB03;
}
</style>
background-color css
<style>
a { background-color: #ECEB03; }
a { background-color: rgb(236,235,3); }
div.DivClassName
{
background-color: #ECEB03;
}
.BgClassName
{
background-color: #ECEB03;
}
</style>
border-color css
<style>
span { border-color: #ECEB03; }
span { border-color: rgb(236,235,3); }
td.TdClassName
{
border-color: #ECEB03;
}
.TagClassName
{
border-color: #ECEB03;
}
</style>