Shades of Lemon #ECEB00
Tints of Lemon #ECEB00
RGB
CMYK
RGB Variations
Color information
#ECEB00 (or 0xECEB00) is known color: Lemon. HEX triplet: EC, EB and 00. RGB value is (236,235,0). Sum of RGB (Red+Green+Blue) = 236+235+0=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB00 is #1314FF. Grayscale: #D1D1D1. Windows color (decimal): -1250560 or 60396. OLE color: 60396.
HSL color Cylindrical-coordinate representation of color #ECEB00: hue angle of 59.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECEB00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.07 |
| HSL | 59.75º | 1% | 0.46% | - |
| HSV(B) | 59.75º | 1% | 0.93% | - |
| XYZ | 64.3 | 77.25 | 11.52 | - |
| YUV | 208.51 | 10.33 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 0 | 0 | 0.00 | 1 | 0.07 | 59.75 | 1 | 0.46 |
| Hex | EC | EB | 0 | 0 | 0 | 64 | 7 | 3C | 64 | 2E |
| Octal | 354 | 353 | 0 | 0 | 0 | 144 | 7 | 74 | 144 | 56 |
| Binary | 11101100 | 11101011 | 0 | 0 | 0 | 1100100 | 111 | 111100 | 1100100 | 101110 |
Color Harmonies of #ECEB00
Complementary color
Monochromatic Colors of #ECEB00
Black with #ECEB00
Text Example
Text Example
White with #ECEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB00; }
p { color: rgb(236,235,0); }
H1.HeaderClassName
{
color: #ECEB00;
}
.AnyTagClassName
{
color: #ECEB00;
}
</style>
background-color css
<style>
a { background-color: #ECEB00; }
a { background-color: rgb(236,235,0); }
div.DivClassName
{
background-color: #ECEB00;
}
.BgClassName
{
background-color: #ECEB00;
}
</style>
border-color css
<style>
span { border-color: #ECEB00; }
span { border-color: rgb(236,235,0); }
td.TdClassName
{
border-color: #ECEB00;
}
.TagClassName
{
border-color: #ECEB00;
}
</style>