Shades of Lemon #EEE90A
Tints of Lemon #EEE90A
RGB
CMYK
RGB Variations
Color information
#EEE90A (or 0xEEE90A) is known color: Lemon. HEX triplet: EE, E9 and 0A. RGB value is (238,233,10). Sum of RGB (Red+Green+Blue) = 238+233+10=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE90A is #1116F5. Grayscale: #D1D1D1. Windows color (decimal): -1119990 or 715246. OLE color: 715246.
HSL color Cylindrical-coordinate representation of color #EEE90A: hue angle of 58.68º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEE90A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.07 |
| HSL | 58.68º | 0.92% | 0.49% | - |
| HSV(B) | 58.68º | 0.96% | 0.93% | - |
| XYZ | 64.45 | 76.48 | 11.65 | - |
| YUV | 209.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 10 | 0 | 0.02 | 0.96 | 0.07 | 58.68 | 0.92 | 0.49 |
| Hex | EE | E9 | A | 0 | 2 | 60 | 7 | 3B | 5C | 31 |
| Octal | 356 | 351 | 12 | 0 | 2 | 140 | 7 | 73 | 134 | 61 |
| Binary | 11101110 | 11101001 | 1010 | 0 | 10 | 1100000 | 111 | 111011 | 1011100 | 110001 |
Color Harmonies of #EEE90A
Complementary color
Monochromatic Colors of #EEE90A
Black with #EEE90A
Text Example
Text Example
White with #EEE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE90A; }
p { color: rgb(238,233,10); }
H1.HeaderClassName
{
color: #EEE90A;
}
.AnyTagClassName
{
color: #EEE90A;
}
</style>
background-color css
<style>
a { background-color: #EEE90A; }
a { background-color: rgb(238,233,10); }
div.DivClassName
{
background-color: #EEE90A;
}
.BgClassName
{
background-color: #EEE90A;
}
</style>
border-color css
<style>
span { border-color: #EEE90A; }
span { border-color: rgb(238,233,10); }
td.TdClassName
{
border-color: #EEE90A;
}
.TagClassName
{
border-color: #EEE90A;
}
</style>