Shades of Lemon #ECE018
Tints of Lemon #ECE018
RGB
CMYK
RGB Variations
Color information
#ECE018 (or 0xECE018) is known color: Lemon. HEX triplet: EC, E0 and 18. RGB value is (236,224,24). Sum of RGB (Red+Green+Blue) = 236+224+24=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE018 is #131FE7. Grayscale: #CDCDCD. Windows color (decimal): -1253352 or 1630444. OLE color: 1630444.
HSL color Cylindrical-coordinate representation of color #ECE018: hue angle of 56.6º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECE018 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.6º | 0.85% | 0.51% | - |
| HSV(B) | 56.6º | 0.9% | 0.93% | - |
| XYZ | 61.41 | 71.21 | 11.37 | - |
| YUV | 204.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 24 | 0 | 0.05 | 0.90 | 0.07 | 56.6 | 0.85 | 0.51 |
| Hex | EC | E0 | 18 | 0 | 5 | 5A | 7 | 39 | 55 | 33 |
| Octal | 354 | 340 | 30 | 0 | 5 | 132 | 7 | 71 | 125 | 63 |
| Binary | 11101100 | 11100000 | 11000 | 0 | 101 | 1011010 | 111 | 111001 | 1010101 | 110011 |
Color Harmonies of #ECE018
Complementary color
Monochromatic Colors of #ECE018
Black with #ECE018
Text Example
Text Example
White with #ECE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE018; }
p { color: rgb(236,224,24); }
H1.HeaderClassName
{
color: #ECE018;
}
.AnyTagClassName
{
color: #ECE018;
}
</style>
background-color css
<style>
a { background-color: #ECE018; }
a { background-color: rgb(236,224,24); }
div.DivClassName
{
background-color: #ECE018;
}
.BgClassName
{
background-color: #ECE018;
}
</style>
border-color css
<style>
span { border-color: #ECE018; }
span { border-color: rgb(236,224,24); }
td.TdClassName
{
border-color: #ECE018;
}
.TagClassName
{
border-color: #ECE018;
}
</style>