Shades of Lemon #ECEB0D
Tints of Lemon #ECEB0D
RGB
CMYK
RGB Variations
Color information
#ECEB0D (or 0xECEB0D) is known color: Lemon. HEX triplet: EC, EB and 0D. RGB value is (236,235,13). Sum of RGB (Red+Green+Blue) = 236+235+13=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB0D is #1314F2. Grayscale: #D2D2D2. Windows color (decimal): -1250547 or 912364. OLE color: 912364.
HSL color Cylindrical-coordinate representation of color #ECEB0D: hue angle of 59.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECEB0D is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 13 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.07 |
| HSL | 59.73º | 0.9% | 0.49% | - |
| HSV(B) | 59.73º | 0.94% | 0.93% | - |
| XYZ | 64.37 | 77.28 | 11.9 | - |
| YUV | 209.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 13 | 0 | 0.00 | 0.94 | 0.07 | 59.73 | 0.9 | 0.49 |
| Hex | EC | EB | D | 0 | 0 | 5E | 7 | 3C | 5A | 31 |
| Octal | 354 | 353 | 15 | 0 | 0 | 136 | 7 | 74 | 132 | 61 |
| Binary | 11101100 | 11101011 | 1101 | 0 | 0 | 1011110 | 111 | 111100 | 1011010 | 110001 |
Color Harmonies of #ECEB0D
Complementary color
Monochromatic Colors of #ECEB0D
Black with #ECEB0D
Text Example
Text Example
White with #ECEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB0D; }
p { color: rgb(236,235,13); }
H1.HeaderClassName
{
color: #ECEB0D;
}
.AnyTagClassName
{
color: #ECEB0D;
}
</style>
background-color css
<style>
a { background-color: #ECEB0D; }
a { background-color: rgb(236,235,13); }
div.DivClassName
{
background-color: #ECEB0D;
}
.BgClassName
{
background-color: #ECEB0D;
}
</style>
border-color css
<style>
span { border-color: #ECEB0D; }
span { border-color: rgb(236,235,13); }
td.TdClassName
{
border-color: #ECEB0D;
}
.TagClassName
{
border-color: #ECEB0D;
}
</style>