Shades of Lemon #ECE50D
Tints of Lemon #ECE50D
RGB
CMYK
RGB Variations
Color information
#ECE50D (or 0xECE50D) is known color: Lemon. HEX triplet: EC, E5 and 0D. RGB value is (236,229,13). Sum of RGB (Red+Green+Blue) = 236+229+13=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE50D is #131AF2. Grayscale: #CFCFCF. Windows color (decimal): -1252083 or 910828. OLE color: 910828.
HSL color Cylindrical-coordinate representation of color #ECE50D: hue angle of 58.12º 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 #ECE50D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.07 |
| HSL | 58.12º | 0.9% | 0.49% | - |
| HSV(B) | 58.12º | 0.94% | 0.93% | - |
| XYZ | 62.68 | 73.9 | 11.34 | - |
| YUV | 206.47 | 18.82 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 13 | 0 | 0.03 | 0.94 | 0.07 | 58.12 | 0.9 | 0.49 |
| Hex | EC | E5 | D | 0 | 3 | 5E | 7 | 3A | 5A | 31 |
| Octal | 354 | 345 | 15 | 0 | 3 | 136 | 7 | 72 | 132 | 61 |
| Binary | 11101100 | 11100101 | 1101 | 0 | 11 | 1011110 | 111 | 111010 | 1011010 | 110001 |
Color Harmonies of #ECE50D
Complementary color
Monochromatic Colors of #ECE50D
Black with #ECE50D
Text Example
Text Example
White with #ECE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE50D; }
p { color: rgb(236,229,13); }
H1.HeaderClassName
{
color: #ECE50D;
}
.AnyTagClassName
{
color: #ECE50D;
}
</style>
background-color css
<style>
a { background-color: #ECE50D; }
a { background-color: rgb(236,229,13); }
div.DivClassName
{
background-color: #ECE50D;
}
.BgClassName
{
background-color: #ECE50D;
}
</style>
border-color css
<style>
span { border-color: #ECE50D; }
span { border-color: rgb(236,229,13); }
td.TdClassName
{
border-color: #ECE50D;
}
.TagClassName
{
border-color: #ECE50D;
}
</style>