Shades of Lemon #ECEB14
Tints of Lemon #ECEB14
RGB
CMYK
RGB Variations
Color information
#ECEB14 (or 0xECEB14) is known color: Lemon. HEX triplet: EC, EB and 14. RGB value is (236,235,20). Sum of RGB (Red+Green+Blue) = 236+235+20=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB14 is #1314EB. Grayscale: #D3D3D3. Windows color (decimal): -1250540 or 1371116. OLE color: 1371116.
HSL color Cylindrical-coordinate representation of color #ECEB14: hue angle of 59.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECEB14 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.07 |
| HSL | 59.72º | 0.85% | 0.5% | - |
| HSV(B) | 59.72º | 0.92% | 0.93% | - |
| XYZ | 64.43 | 77.3 | 12.19 | - |
| YUV | 210.79 | 20.33 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 20 | 0 | 0.00 | 0.92 | 0.07 | 59.72 | 0.85 | 0.5 |
| Hex | EC | EB | 14 | 0 | 0 | 5C | 7 | 3C | 55 | 32 |
| Octal | 354 | 353 | 24 | 0 | 0 | 134 | 7 | 74 | 125 | 62 |
| Binary | 11101100 | 11101011 | 10100 | 0 | 0 | 1011100 | 111 | 111100 | 1010101 | 110010 |
Color Harmonies of #ECEB14
Complementary color
Monochromatic Colors of #ECEB14
Black with #ECEB14
Text Example
Text Example
White with #ECEB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB14; }
p { color: rgb(236,235,20); }
H1.HeaderClassName
{
color: #ECEB14;
}
.AnyTagClassName
{
color: #ECEB14;
}
</style>
background-color css
<style>
a { background-color: #ECEB14; }
a { background-color: rgb(236,235,20); }
div.DivClassName
{
background-color: #ECEB14;
}
.BgClassName
{
background-color: #ECEB14;
}
</style>
border-color css
<style>
span { border-color: #ECEB14; }
span { border-color: rgb(236,235,20); }
td.TdClassName
{
border-color: #ECEB14;
}
.TagClassName
{
border-color: #ECEB14;
}
</style>