Shades of Lemon #EEE311
Tints of Lemon #EEE311
RGB
CMYK
RGB Variations
Color information
#EEE311 (or 0xEEE311) is known color: Lemon. HEX triplet: EE, E3 and 11. RGB value is (238,227,17). Sum of RGB (Red+Green+Blue) = 238+227+17=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE311 is #111CEE. Grayscale: #CFCFCF. Windows color (decimal): -1121519 or 1172462. OLE color: 1172462.
HSL color Cylindrical-coordinate representation of color #EEE311: hue angle of 57.01º 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 #EEE311 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.07 |
| HSL | 57.01º | 0.87% | 0.5% | - |
| HSV(B) | 57.01º | 0.93% | 0.93% | - |
| XYZ | 62.83 | 73.16 | 11.34 | - |
| YUV | 206.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 17 | 0 | 0.05 | 0.93 | 0.07 | 57.01 | 0.87 | 0.5 |
| Hex | EE | E3 | 11 | 0 | 5 | 5D | 7 | 39 | 57 | 32 |
| Octal | 356 | 343 | 21 | 0 | 5 | 135 | 7 | 71 | 127 | 62 |
| Binary | 11101110 | 11100011 | 10001 | 0 | 101 | 1011101 | 111 | 111001 | 1010111 | 110010 |
Color Harmonies of #EEE311
Complementary color
Monochromatic Colors of #EEE311
Black with #EEE311
Text Example
Text Example
White with #EEE311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE311; }
p { color: rgb(238,227,17); }
H1.HeaderClassName
{
color: #EEE311;
}
.AnyTagClassName
{
color: #EEE311;
}
</style>
background-color css
<style>
a { background-color: #EEE311; }
a { background-color: rgb(238,227,17); }
div.DivClassName
{
background-color: #EEE311;
}
.BgClassName
{
background-color: #EEE311;
}
</style>
border-color css
<style>
span { border-color: #EEE311; }
span { border-color: rgb(238,227,17); }
td.TdClassName
{
border-color: #EEE311;
}
.TagClassName
{
border-color: #EEE311;
}
</style>