Shades of Lemon #ECEE18
Tints of Lemon #ECEE18
RGB
CMYK
RGB Variations
Color information
#ECEE18 (or 0xECEE18) is known color: Lemon. HEX triplet: EC, EE and 18. RGB value is (236,238,24). Sum of RGB (Red+Green+Blue) = 236+238+24=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 24 (9.77% from 255 or 4.82% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEE18 is #1311E7. Grayscale: #D5D5D5. Windows color (decimal): -1249768 or 1634028. OLE color: 1634028.
HSL color Cylindrical-coordinate representation of color #ECEE18: hue angle of 60.56º degrees, saturation: 0.86, 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 #ECEE18 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 24 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.07 |
| HSL | 60.56º | 0.86% | 0.51% | - |
| HSV(B) | 60.56º | 0.9% | 0.93% | - |
| XYZ | 65.33 | 79.05 | 12.68 | - |
| YUV | 213.01 | 21.34 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 24 | 0.01 | 0 | 0.90 | 0.07 | 60.56 | 0.86 | 0.51 |
| Hex | EC | EE | 18 | 1 | 0 | 5A | 7 | 3D | 56 | 33 |
| Octal | 354 | 356 | 30 | 1 | 0 | 132 | 7 | 75 | 126 | 63 |
| Binary | 11101100 | 11101110 | 11000 | 1 | 0 | 1011010 | 111 | 111101 | 1010110 | 110011 |
Color Harmonies of #ECEE18
Complementary color
Monochromatic Colors of #ECEE18
Black with #ECEE18
Text Example
Text Example
White with #ECEE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE18; }
p { color: rgb(236,238,24); }
H1.HeaderClassName
{
color: #ECEE18;
}
.AnyTagClassName
{
color: #ECEE18;
}
</style>
background-color css
<style>
a { background-color: #ECEE18; }
a { background-color: rgb(236,238,24); }
div.DivClassName
{
background-color: #ECEE18;
}
.BgClassName
{
background-color: #ECEE18;
}
</style>
border-color css
<style>
span { border-color: #ECEE18; }
span { border-color: rgb(236,238,24); }
td.TdClassName
{
border-color: #ECEE18;
}
.TagClassName
{
border-color: #ECEE18;
}
</style>