Shades of Lemon #EEE819
Tints of Lemon #EEE819
RGB
CMYK
RGB Variations
Color information
#EEE819 (or 0xEEE819) is known color: Lemon. HEX triplet: EE, E8 and 19. RGB value is (238,232,25). Sum of RGB (Red+Green+Blue) = 238+232+25=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE819 is #1117E6. Grayscale: #D3D3D3. Windows color (decimal): -1120231 or 1698030. OLE color: 1698030.
HSL color Cylindrical-coordinate representation of color #EEE819: hue angle of 58.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEE819 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 58.31º | 0.86% | 0.52% | - |
| HSV(B) | 58.31º | 0.89% | 0.93% | - |
| XYZ | 64.29 | 75.96 | 12.19 | - |
| YUV | 210.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 25 | 0 | 0.03 | 0.89 | 0.07 | 58.31 | 0.86 | 0.52 |
| Hex | EE | E8 | 19 | 0 | 3 | 59 | 7 | 3A | 56 | 34 |
| Octal | 356 | 350 | 31 | 0 | 3 | 131 | 7 | 72 | 126 | 64 |
| Binary | 11101110 | 11101000 | 11001 | 0 | 11 | 1011001 | 111 | 111010 | 1010110 | 110100 |
Color Harmonies of #EEE819
Complementary color
Monochromatic Colors of #EEE819
Black with #EEE819
Text Example
Text Example
White with #EEE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE819; }
p { color: rgb(238,232,25); }
H1.HeaderClassName
{
color: #EEE819;
}
.AnyTagClassName
{
color: #EEE819;
}
</style>
background-color css
<style>
a { background-color: #EEE819; }
a { background-color: rgb(238,232,25); }
div.DivClassName
{
background-color: #EEE819;
}
.BgClassName
{
background-color: #EEE819;
}
</style>
border-color css
<style>
span { border-color: #EEE819; }
span { border-color: rgb(238,232,25); }
td.TdClassName
{
border-color: #EEE819;
}
.TagClassName
{
border-color: #EEE819;
}
</style>