Shades of Lemon #ECE118
Tints of Lemon #ECE118
RGB
CMYK
RGB Variations
Color information
#ECE118 (or 0xECE118) is known color: Lemon. HEX triplet: EC, E1 and 18. RGB value is (236,225,24). Sum of RGB (Red+Green+Blue) = 236+225+24=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE118 is #131EE7. Grayscale: #CECECE. Windows color (decimal): -1253096 or 1630700. OLE color: 1630700.
HSL color Cylindrical-coordinate representation of color #ECE118: hue angle of 56.89º 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 #ECE118 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.89º | 0.85% | 0.51% | - |
| HSV(B) | 56.89º | 0.9% | 0.93% | - |
| XYZ | 61.68 | 71.75 | 11.46 | - |
| YUV | 205.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 24 | 0 | 0.05 | 0.90 | 0.07 | 56.89 | 0.85 | 0.51 |
| Hex | EC | E1 | 18 | 0 | 5 | 5A | 7 | 39 | 55 | 33 |
| Octal | 354 | 341 | 30 | 0 | 5 | 132 | 7 | 71 | 125 | 63 |
| Binary | 11101100 | 11100001 | 11000 | 0 | 101 | 1011010 | 111 | 111001 | 1010101 | 110011 |
Color Harmonies of #ECE118
Complementary color
Monochromatic Colors of #ECE118
Black with #ECE118
Text Example
Text Example
White with #ECE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE118; }
p { color: rgb(236,225,24); }
H1.HeaderClassName
{
color: #ECE118;
}
.AnyTagClassName
{
color: #ECE118;
}
</style>
background-color css
<style>
a { background-color: #ECE118; }
a { background-color: rgb(236,225,24); }
div.DivClassName
{
background-color: #ECE118;
}
.BgClassName
{
background-color: #ECE118;
}
</style>
border-color css
<style>
span { border-color: #ECE118; }
span { border-color: rgb(236,225,24); }
td.TdClassName
{
border-color: #ECE118;
}
.TagClassName
{
border-color: #ECE118;
}
</style>