Shades of Lemon #ECEA18
Tints of Lemon #ECEA18
RGB
CMYK
RGB Variations
Color information
#ECEA18 (or 0xECEA18) is known color: Lemon. HEX triplet: EC, EA and 18. RGB value is (236,234,24). Sum of RGB (Red+Green+Blue) = 236+234+24=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA18 is #1315E7. Grayscale: #D3D3D3. Windows color (decimal): -1250792 or 1633004. OLE color: 1633004.
HSL color Cylindrical-coordinate representation of color #ECEA18: hue angle of 59.43º 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 #ECEA18 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.07 |
| HSL | 59.43º | 0.85% | 0.51% | - |
| HSV(B) | 59.43º | 0.9% | 0.93% | - |
| XYZ | 64.18 | 76.74 | 12.29 | - |
| YUV | 210.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 24 | 0 | 0.01 | 0.90 | 0.07 | 59.43 | 0.85 | 0.51 |
| Hex | EC | EA | 18 | 0 | 1 | 5A | 7 | 3B | 55 | 33 |
| Octal | 354 | 352 | 30 | 0 | 1 | 132 | 7 | 73 | 125 | 63 |
| Binary | 11101100 | 11101010 | 11000 | 0 | 1 | 1011010 | 111 | 111011 | 1010101 | 110011 |
Color Harmonies of #ECEA18
Complementary color
Monochromatic Colors of #ECEA18
Black with #ECEA18
Text Example
Text Example
White with #ECEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA18; }
p { color: rgb(236,234,24); }
H1.HeaderClassName
{
color: #ECEA18;
}
.AnyTagClassName
{
color: #ECEA18;
}
</style>
background-color css
<style>
a { background-color: #ECEA18; }
a { background-color: rgb(236,234,24); }
div.DivClassName
{
background-color: #ECEA18;
}
.BgClassName
{
background-color: #ECEA18;
}
</style>
border-color css
<style>
span { border-color: #ECEA18; }
span { border-color: rgb(236,234,24); }
td.TdClassName
{
border-color: #ECEA18;
}
.TagClassName
{
border-color: #ECEA18;
}
</style>