Shades of Lemon #EEE112
Tints of Lemon #EEE112
RGB
CMYK
RGB Variations
Color information
#EEE112 (or 0xEEE112) is known color: Lemon. HEX triplet: EE, E1 and 12. RGB value is (238,225,18). Sum of RGB (Red+Green+Blue) = 238+225+18=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE112 is #111EED. Grayscale: #CECECE. Windows color (decimal): -1122030 or 1237486. OLE color: 1237486.
HSL color Cylindrical-coordinate representation of color #EEE112: hue angle of 56.45º 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 #EEE112 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.45º | 0.87% | 0.5% | - |
| HSV(B) | 56.45º | 0.92% | 0.93% | - |
| XYZ | 62.29 | 72.07 | 11.2 | - |
| YUV | 205.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 18 | 0 | 0.05 | 0.92 | 0.07 | 56.45 | 0.87 | 0.5 |
| Hex | EE | E1 | 12 | 0 | 5 | 5C | 7 | 38 | 57 | 32 |
| Octal | 356 | 341 | 22 | 0 | 5 | 134 | 7 | 70 | 127 | 62 |
| Binary | 11101110 | 11100001 | 10010 | 0 | 101 | 1011100 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EEE112
Complementary color
Monochromatic Colors of #EEE112
Black with #EEE112
Text Example
Text Example
White with #EEE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE112; }
p { color: rgb(238,225,18); }
H1.HeaderClassName
{
color: #EEE112;
}
.AnyTagClassName
{
color: #EEE112;
}
</style>
background-color css
<style>
a { background-color: #EEE112; }
a { background-color: rgb(238,225,18); }
div.DivClassName
{
background-color: #EEE112;
}
.BgClassName
{
background-color: #EEE112;
}
</style>
border-color css
<style>
span { border-color: #EEE112; }
span { border-color: rgb(238,225,18); }
td.TdClassName
{
border-color: #EEE112;
}
.TagClassName
{
border-color: #EEE112;
}
</style>