Shades of Lemon #EEE818
Tints of Lemon #EEE818
RGB
CMYK
RGB Variations
Color information
#EEE818 (or 0xEEE818) is known color: Lemon. HEX triplet: EE, E8 and 18. RGB value is (238,232,24). Sum of RGB (Red+Green+Blue) = 238+232+24=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE818 is #1117E7. Grayscale: #D2D2D2. Windows color (decimal): -1120232 or 1632494. OLE color: 1632494.
HSL color Cylindrical-coordinate representation of color #EEE818: hue angle of 58.32º 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 #EEE818 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.07 |
| HSL | 58.32º | 0.86% | 0.51% | - |
| HSV(B) | 58.32º | 0.9% | 0.93% | - |
| XYZ | 64.28 | 75.96 | 12.14 | - |
| YUV | 210.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 24 | 0 | 0.03 | 0.90 | 0.07 | 58.32 | 0.86 | 0.51 |
| Hex | EE | E8 | 18 | 0 | 3 | 5A | 7 | 3A | 56 | 33 |
| Octal | 356 | 350 | 30 | 0 | 3 | 132 | 7 | 72 | 126 | 63 |
| Binary | 11101110 | 11101000 | 11000 | 0 | 11 | 1011010 | 111 | 111010 | 1010110 | 110011 |
Color Harmonies of #EEE818
Complementary color
Monochromatic Colors of #EEE818
Black with #EEE818
Text Example
Text Example
White with #EEE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE818; }
p { color: rgb(238,232,24); }
H1.HeaderClassName
{
color: #EEE818;
}
.AnyTagClassName
{
color: #EEE818;
}
</style>
background-color css
<style>
a { background-color: #EEE818; }
a { background-color: rgb(238,232,24); }
div.DivClassName
{
background-color: #EEE818;
}
.BgClassName
{
background-color: #EEE818;
}
</style>
border-color css
<style>
span { border-color: #EEE818; }
span { border-color: rgb(238,232,24); }
td.TdClassName
{
border-color: #EEE818;
}
.TagClassName
{
border-color: #EEE818;
}
</style>