Shades of Lemon #EEE81C
Tints of Lemon #EEE81C
RGB
CMYK
RGB Variations
Color information
#EEE81C (or 0xEEE81C) is known color: Lemon. HEX triplet: EE, E8 and 1C. RGB value is (238,232,28). Sum of RGB (Red+Green+Blue) = 238+232+28=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE81C is #1117E3. Grayscale: #D3D3D3. Windows color (decimal): -1120228 or 1894638. OLE color: 1894638.
HSL color Cylindrical-coordinate representation of color #EEE81C: hue angle of 58.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEE81C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 28 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.07 |
| HSL | 58.29º | 0.86% | 0.52% | - |
| HSV(B) | 58.29º | 0.88% | 0.93% | - |
| XYZ | 64.33 | 75.97 | 12.37 | - |
| YUV | 210.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 28 | 0 | 0.03 | 0.88 | 0.07 | 58.29 | 0.86 | 0.52 |
| Hex | EE | E8 | 1C | 0 | 3 | 58 | 7 | 3A | 56 | 34 |
| Octal | 356 | 350 | 34 | 0 | 3 | 130 | 7 | 72 | 126 | 64 |
| Binary | 11101110 | 11101000 | 11100 | 0 | 11 | 1011000 | 111 | 111010 | 1010110 | 110100 |
Color Harmonies of #EEE81C
Complementary color
Monochromatic Colors of #EEE81C
Black with #EEE81C
Text Example
Text Example
White with #EEE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE81C; }
p { color: rgb(238,232,28); }
H1.HeaderClassName
{
color: #EEE81C;
}
.AnyTagClassName
{
color: #EEE81C;
}
</style>
background-color css
<style>
a { background-color: #EEE81C; }
a { background-color: rgb(238,232,28); }
div.DivClassName
{
background-color: #EEE81C;
}
.BgClassName
{
background-color: #EEE81C;
}
</style>
border-color css
<style>
span { border-color: #EEE81C; }
span { border-color: rgb(238,232,28); }
td.TdClassName
{
border-color: #EEE81C;
}
.TagClassName
{
border-color: #EEE81C;
}
</style>