Shades of Lemon #ECE50E
Tints of Lemon #ECE50E
RGB
CMYK
RGB Variations
Color information
#ECE50E (or 0xECE50E) is known color: Lemon. HEX triplet: EC, E5 and 0E. RGB value is (236,229,14). Sum of RGB (Red+Green+Blue) = 236+229+14=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE50E is #131AF1. Grayscale: #CFCFCF. Windows color (decimal): -1252082 or 976364. OLE color: 976364.
HSL color Cylindrical-coordinate representation of color #ECE50E: hue angle of 58.11º degrees, saturation: 0.89, 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 #ECE50E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.07 |
| HSL | 58.11º | 0.89% | 0.49% | - |
| HSV(B) | 58.11º | 0.94% | 0.93% | - |
| XYZ | 62.69 | 73.9 | 11.38 | - |
| YUV | 206.58 | 19.32 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 14 | 0 | 0.03 | 0.94 | 0.07 | 58.11 | 0.89 | 0.49 |
| Hex | EC | E5 | E | 0 | 3 | 5E | 7 | 3A | 59 | 31 |
| Octal | 354 | 345 | 16 | 0 | 3 | 136 | 7 | 72 | 131 | 61 |
| Binary | 11101100 | 11100101 | 1110 | 0 | 11 | 1011110 | 111 | 111010 | 1011001 | 110001 |
Color Harmonies of #ECE50E
Complementary color
Monochromatic Colors of #ECE50E
Black with #ECE50E
Text Example
Text Example
White with #ECE50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE50E; }
p { color: rgb(236,229,14); }
H1.HeaderClassName
{
color: #ECE50E;
}
.AnyTagClassName
{
color: #ECE50E;
}
</style>
background-color css
<style>
a { background-color: #ECE50E; }
a { background-color: rgb(236,229,14); }
div.DivClassName
{
background-color: #ECE50E;
}
.BgClassName
{
background-color: #ECE50E;
}
</style>
border-color css
<style>
span { border-color: #ECE50E; }
span { border-color: rgb(236,229,14); }
td.TdClassName
{
border-color: #ECE50E;
}
.TagClassName
{
border-color: #ECE50E;
}
</style>