Shades of Lemon #ECE019
Tints of Lemon #ECE019
RGB
CMYK
RGB Variations
Color information
#ECE019 (or 0xECE019) is known color: Lemon. HEX triplet: EC, E0 and 19. RGB value is (236,224,25). Sum of RGB (Red+Green+Blue) = 236+224+25=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE019 is #131FE6. Grayscale: #CDCDCD. Windows color (decimal): -1253351 or 1695980. OLE color: 1695980.
HSL color Cylindrical-coordinate representation of color #ECE019: hue angle of 56.59º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECE019 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 25 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.07 |
| HSL | 56.59º | 0.85% | 0.51% | - |
| HSV(B) | 56.59º | 0.89% | 0.93% | - |
| XYZ | 61.42 | 71.21 | 11.43 | - |
| YUV | 204.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 25 | 0 | 0.05 | 0.89 | 0.07 | 56.59 | 0.85 | 0.51 |
| Hex | EC | E0 | 19 | 0 | 5 | 59 | 7 | 39 | 55 | 33 |
| Octal | 354 | 340 | 31 | 0 | 5 | 131 | 7 | 71 | 125 | 63 |
| Binary | 11101100 | 11100000 | 11001 | 0 | 101 | 1011001 | 111 | 111001 | 1010101 | 110011 |
Color Harmonies of #ECE019
Complementary color
Monochromatic Colors of #ECE019
Black with #ECE019
Text Example
Text Example
White with #ECE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE019; }
p { color: rgb(236,224,25); }
H1.HeaderClassName
{
color: #ECE019;
}
.AnyTagClassName
{
color: #ECE019;
}
</style>
background-color css
<style>
a { background-color: #ECE019; }
a { background-color: rgb(236,224,25); }
div.DivClassName
{
background-color: #ECE019;
}
.BgClassName
{
background-color: #ECE019;
}
</style>
border-color css
<style>
span { border-color: #ECE019; }
span { border-color: rgb(236,224,25); }
td.TdClassName
{
border-color: #ECE019;
}
.TagClassName
{
border-color: #ECE019;
}
</style>