Shades of Lemon #EEE10F
Tints of Lemon #EEE10F
RGB
CMYK
RGB Variations
Color information
#EEE10F (or 0xEEE10F) is known color: Lemon. HEX triplet: EE, E1 and 0F. RGB value is (238,225,15). Sum of RGB (Red+Green+Blue) = 238+225+15=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE10F is #111EF0. Grayscale: #CDCDCD. Windows color (decimal): -1122033 or 1040878. OLE color: 1040878.
HSL color Cylindrical-coordinate representation of color #EEE10F: hue angle of 56.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEE10F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 15 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.07 |
| HSL | 56.5º | 0.88% | 0.5% | - |
| HSV(B) | 56.5º | 0.94% | 0.93% | - |
| XYZ | 62.27 | 72.06 | 11.08 | - |
| YUV | 204.95 | 20.81 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 15 | 0 | 0.05 | 0.94 | 0.07 | 56.5 | 0.88 | 0.5 |
| Hex | EE | E1 | F | 0 | 5 | 5E | 7 | 39 | 58 | 32 |
| Octal | 356 | 341 | 17 | 0 | 5 | 136 | 7 | 71 | 130 | 62 |
| Binary | 11101110 | 11100001 | 1111 | 0 | 101 | 1011110 | 111 | 111001 | 1011000 | 110010 |
Color Harmonies of #EEE10F
Complementary color
Monochromatic Colors of #EEE10F
Black with #EEE10F
Text Example
Text Example
White with #EEE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE10F; }
p { color: rgb(238,225,15); }
H1.HeaderClassName
{
color: #EEE10F;
}
.AnyTagClassName
{
color: #EEE10F;
}
</style>
background-color css
<style>
a { background-color: #EEE10F; }
a { background-color: rgb(238,225,15); }
div.DivClassName
{
background-color: #EEE10F;
}
.BgClassName
{
background-color: #EEE10F;
}
</style>
border-color css
<style>
span { border-color: #EEE10F; }
span { border-color: rgb(238,225,15); }
td.TdClassName
{
border-color: #EEE10F;
}
.TagClassName
{
border-color: #EEE10F;
}
</style>