Shades of Lemon #ECEB1C
Tints of Lemon #ECEB1C
RGB
CMYK
RGB Variations
Color information
#ECEB1C (or 0xECEB1C) is known color: Lemon. HEX triplet: EC, EB and 1C. RGB value is (236,235,28). Sum of RGB (Red+Green+Blue) = 236+235+28=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB1C is #1314E3. Grayscale: #D4D4D4. Windows color (decimal): -1250532 or 1895404. OLE color: 1895404.
HSL color Cylindrical-coordinate representation of color #ECEB1C: hue angle of 59.71º degrees, saturation: 0.85, 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 #ECEB1C is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 28 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.07 |
| HSL | 59.71º | 0.85% | 0.52% | - |
| HSV(B) | 59.71º | 0.88% | 0.93% | - |
| XYZ | 64.51 | 77.33 | 12.63 | - |
| YUV | 211.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 28 | 0 | 0.00 | 0.88 | 0.07 | 59.71 | 0.85 | 0.52 |
| Hex | EC | EB | 1C | 0 | 0 | 58 | 7 | 3C | 55 | 34 |
| Octal | 354 | 353 | 34 | 0 | 0 | 130 | 7 | 74 | 125 | 64 |
| Binary | 11101100 | 11101011 | 11100 | 0 | 0 | 1011000 | 111 | 111100 | 1010101 | 110100 |
Color Harmonies of #ECEB1C
Complementary color
Monochromatic Colors of #ECEB1C
Black with #ECEB1C
Text Example
Text Example
White with #ECEB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB1C; }
p { color: rgb(236,235,28); }
H1.HeaderClassName
{
color: #ECEB1C;
}
.AnyTagClassName
{
color: #ECEB1C;
}
</style>
background-color css
<style>
a { background-color: #ECEB1C; }
a { background-color: rgb(236,235,28); }
div.DivClassName
{
background-color: #ECEB1C;
}
.BgClassName
{
background-color: #ECEB1C;
}
</style>
border-color css
<style>
span { border-color: #ECEB1C; }
span { border-color: rgb(236,235,28); }
td.TdClassName
{
border-color: #ECEB1C;
}
.TagClassName
{
border-color: #ECEB1C;
}
</style>