Shades of Lemon #EEE110
Tints of Lemon #EEE110
RGB
CMYK
RGB Variations
Color information
#EEE110 (or 0xEEE110) is known color: Lemon. HEX triplet: EE, E1 and 10. RGB value is (238,225,16). Sum of RGB (Red+Green+Blue) = 238+225+16=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE110 is #111EEF. Grayscale: #CDCDCD. Windows color (decimal): -1122032 or 1106414. OLE color: 1106414.
HSL color Cylindrical-coordinate representation of color #EEE110: hue angle of 56.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEE110 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.07 |
| HSL | 56.49º | 0.87% | 0.5% | - |
| HSV(B) | 56.49º | 0.93% | 0.93% | - |
| XYZ | 62.28 | 72.06 | 11.12 | - |
| YUV | 205.06 | 21.31 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 16 | 0 | 0.05 | 0.93 | 0.07 | 56.49 | 0.87 | 0.5 |
| Hex | EE | E1 | 10 | 0 | 5 | 5D | 7 | 38 | 57 | 32 |
| Octal | 356 | 341 | 20 | 0 | 5 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101110 | 11100001 | 10000 | 0 | 101 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EEE110
Complementary color
Monochromatic Colors of #EEE110
Black with #EEE110
Text Example
Text Example
White with #EEE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE110; }
p { color: rgb(238,225,16); }
H1.HeaderClassName
{
color: #EEE110;
}
.AnyTagClassName
{
color: #EEE110;
}
</style>
background-color css
<style>
a { background-color: #EEE110; }
a { background-color: rgb(238,225,16); }
div.DivClassName
{
background-color: #EEE110;
}
.BgClassName
{
background-color: #EEE110;
}
</style>
border-color css
<style>
span { border-color: #EEE110; }
span { border-color: rgb(238,225,16); }
td.TdClassName
{
border-color: #EEE110;
}
.TagClassName
{
border-color: #EEE110;
}
</style>