Shades of Lemon #EEE816
Tints of Lemon #EEE816
RGB
CMYK
RGB Variations
Color information
#EEE816 (or 0xEEE816) is known color: Lemon. HEX triplet: EE, E8 and 16. RGB value is (238,232,22). Sum of RGB (Red+Green+Blue) = 238+232+22=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE816 is #1117E9. Grayscale: #D2D2D2. Windows color (decimal): -1120234 or 1501422. OLE color: 1501422.
HSL color Cylindrical-coordinate representation of color #EEE816: hue angle of 58.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEE816 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.07 |
| HSL | 58.33º | 0.86% | 0.51% | - |
| HSV(B) | 58.33º | 0.91% | 0.93% | - |
| XYZ | 64.26 | 75.95 | 12.03 | - |
| YUV | 209.85 | 21.99 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 22 | 0 | 0.03 | 0.91 | 0.07 | 58.33 | 0.86 | 0.51 |
| Hex | EE | E8 | 16 | 0 | 3 | 5B | 7 | 3A | 56 | 33 |
| Octal | 356 | 350 | 26 | 0 | 3 | 133 | 7 | 72 | 126 | 63 |
| Binary | 11101110 | 11101000 | 10110 | 0 | 11 | 1011011 | 111 | 111010 | 1010110 | 110011 |
Color Harmonies of #EEE816
Complementary color
Monochromatic Colors of #EEE816
Black with #EEE816
Text Example
Text Example
White with #EEE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE816; }
p { color: rgb(238,232,22); }
H1.HeaderClassName
{
color: #EEE816;
}
.AnyTagClassName
{
color: #EEE816;
}
</style>
background-color css
<style>
a { background-color: #EEE816; }
a { background-color: rgb(238,232,22); }
div.DivClassName
{
background-color: #EEE816;
}
.BgClassName
{
background-color: #EEE816;
}
</style>
border-color css
<style>
span { border-color: #EEE816; }
span { border-color: rgb(238,232,22); }
td.TdClassName
{
border-color: #EEE816;
}
.TagClassName
{
border-color: #EEE816;
}
</style>