Shades of Lemon #EEE813
Tints of Lemon #EEE813
RGB
CMYK
RGB Variations
Color information
#EEE813 (or 0xEEE813) is known color: Lemon. HEX triplet: EE, E8 and 13. RGB value is (238,232,19). Sum of RGB (Red+Green+Blue) = 238+232+19=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE813 is #1117EC. Grayscale: #D2D2D2. Windows color (decimal): -1120237 or 1304814. OLE color: 1304814.
HSL color Cylindrical-coordinate representation of color #EEE813: hue angle of 58.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE813 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.36º | 0.87% | 0.5% | - |
| HSV(B) | 58.36º | 0.92% | 0.93% | - |
| XYZ | 64.23 | 75.94 | 11.89 | - |
| YUV | 209.51 | 20.49 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 19 | 0 | 0.03 | 0.92 | 0.07 | 58.36 | 0.87 | 0.5 |
| Hex | EE | E8 | 13 | 0 | 3 | 5C | 7 | 3A | 57 | 32 |
| Octal | 356 | 350 | 23 | 0 | 3 | 134 | 7 | 72 | 127 | 62 |
| Binary | 11101110 | 11101000 | 10011 | 0 | 11 | 1011100 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EEE813
Complementary color
Monochromatic Colors of #EEE813
Black with #EEE813
Text Example
Text Example
White with #EEE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE813; }
p { color: rgb(238,232,19); }
H1.HeaderClassName
{
color: #EEE813;
}
.AnyTagClassName
{
color: #EEE813;
}
</style>
background-color css
<style>
a { background-color: #EEE813; }
a { background-color: rgb(238,232,19); }
div.DivClassName
{
background-color: #EEE813;
}
.BgClassName
{
background-color: #EEE813;
}
</style>
border-color css
<style>
span { border-color: #EEE813; }
span { border-color: rgb(238,232,19); }
td.TdClassName
{
border-color: #EEE813;
}
.TagClassName
{
border-color: #EEE813;
}
</style>