Shades of Lemon #ECEB1D
Tints of Lemon #ECEB1D
RGB
CMYK
RGB Variations
Color information
#ECEB1D (or 0xECEB1D) is known color: Lemon. HEX triplet: EC, EB and 1D. RGB value is (236,235,29). Sum of RGB (Red+Green+Blue) = 236+235+29=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB1D is #1314E2. Grayscale: #D4D4D4. Windows color (decimal): -1250531 or 1960940. OLE color: 1960940.
HSL color Cylindrical-coordinate representation of color #ECEB1D: hue angle of 59.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECEB1D is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 29 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.07 |
| HSL | 59.71º | 0.84% | 0.52% | - |
| HSV(B) | 59.71º | 0.88% | 0.93% | - |
| XYZ | 64.52 | 77.34 | 12.69 | - |
| YUV | 211.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 29 | 0 | 0.00 | 0.88 | 0.07 | 59.71 | 0.84 | 0.52 |
| Hex | EC | EB | 1D | 0 | 0 | 58 | 7 | 3C | 54 | 34 |
| Octal | 354 | 353 | 35 | 0 | 0 | 130 | 7 | 74 | 124 | 64 |
| Binary | 11101100 | 11101011 | 11101 | 0 | 0 | 1011000 | 111 | 111100 | 1010100 | 110100 |
Color Harmonies of #ECEB1D
Complementary color
Monochromatic Colors of #ECEB1D
Black with #ECEB1D
Text Example
Text Example
White with #ECEB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB1D; }
p { color: rgb(236,235,29); }
H1.HeaderClassName
{
color: #ECEB1D;
}
.AnyTagClassName
{
color: #ECEB1D;
}
</style>
background-color css
<style>
a { background-color: #ECEB1D; }
a { background-color: rgb(236,235,29); }
div.DivClassName
{
background-color: #ECEB1D;
}
.BgClassName
{
background-color: #ECEB1D;
}
</style>
border-color css
<style>
span { border-color: #ECEB1D; }
span { border-color: rgb(236,235,29); }
td.TdClassName
{
border-color: #ECEB1D;
}
.TagClassName
{
border-color: #ECEB1D;
}
</style>