Shades of Lemon #EEE418
Tints of Lemon #EEE418
RGB
CMYK
RGB Variations
Color information
#EEE418 (or 0xEEE418) is known color: Lemon. HEX triplet: EE, E4 and 18. RGB value is (238,228,24). Sum of RGB (Red+Green+Blue) = 238+228+24=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 24 (9.77% from 255 or 4.90% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE418 is #111BE7. Grayscale: #D0D0D0. Windows color (decimal): -1121256 or 1631470. OLE color: 1631470.
HSL color Cylindrical-coordinate representation of color #EEE418: hue angle of 57.2º 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 #EEE418 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 24 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.07 |
| HSL | 57.2º | 0.86% | 0.51% | - |
| HSV(B) | 57.2º | 0.9% | 0.93% | - |
| XYZ | 63.17 | 73.73 | 11.77 | - |
| YUV | 207.73 | 24.31 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 24 | 0 | 0.04 | 0.90 | 0.07 | 57.2 | 0.86 | 0.51 |
| Hex | EE | E4 | 18 | 0 | 4 | 5A | 7 | 39 | 56 | 33 |
| Octal | 356 | 344 | 30 | 0 | 4 | 132 | 7 | 71 | 126 | 63 |
| Binary | 11101110 | 11100100 | 11000 | 0 | 100 | 1011010 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EEE418
Complementary color
Monochromatic Colors of #EEE418
Black with #EEE418
Text Example
Text Example
White with #EEE418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE418; }
p { color: rgb(238,228,24); }
H1.HeaderClassName
{
color: #EEE418;
}
.AnyTagClassName
{
color: #EEE418;
}
</style>
background-color css
<style>
a { background-color: #EEE418; }
a { background-color: rgb(238,228,24); }
div.DivClassName
{
background-color: #EEE418;
}
.BgClassName
{
background-color: #EEE418;
}
</style>
border-color css
<style>
span { border-color: #EEE418; }
span { border-color: rgb(238,228,24); }
td.TdClassName
{
border-color: #EEE418;
}
.TagClassName
{
border-color: #EEE418;
}
</style>