Shades of Lemon #EEE902
Tints of Lemon #EEE902
RGB
CMYK
RGB Variations
Color information
#EEE902 (or 0xEEE902) is known color: Lemon. HEX triplet: EE, E9 and 02. RGB value is (238,233,2). Sum of RGB (Red+Green+Blue) = 238+233+2=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE902 is #1116FD. Grayscale: #D1D1D1. Windows color (decimal): -1119998 or 190958. OLE color: 190958.
HSL color Cylindrical-coordinate representation of color #EEE902: hue angle of 58.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEE902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.07 |
| HSL | 58.73º | 0.98% | 0.47% | - |
| HSV(B) | 58.73º | 0.99% | 0.93% | - |
| XYZ | 64.41 | 76.46 | 11.42 | - |
| YUV | 208.16 | 11.66 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 2 | 0 | 0.02 | 0.99 | 0.07 | 58.73 | 0.98 | 0.47 |
| Hex | EE | E9 | 2 | 0 | 2 | 63 | 7 | 3B | 62 | 2F |
| Octal | 356 | 351 | 2 | 0 | 2 | 143 | 7 | 73 | 142 | 57 |
| Binary | 11101110 | 11101001 | 10 | 0 | 10 | 1100011 | 111 | 111011 | 1100010 | 101111 |
Color Harmonies of #EEE902
Complementary color
Monochromatic Colors of #EEE902
Black with #EEE902
Text Example
Text Example
White with #EEE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE902; }
p { color: rgb(238,233,2); }
H1.HeaderClassName
{
color: #EEE902;
}
.AnyTagClassName
{
color: #EEE902;
}
</style>
background-color css
<style>
a { background-color: #EEE902; }
a { background-color: rgb(238,233,2); }
div.DivClassName
{
background-color: #EEE902;
}
.BgClassName
{
background-color: #EEE902;
}
</style>
border-color css
<style>
span { border-color: #EEE902; }
span { border-color: rgb(238,233,2); }
td.TdClassName
{
border-color: #EEE902;
}
.TagClassName
{
border-color: #EEE902;
}
</style>