Shades of Lemon #EEE411
Tints of Lemon #EEE411
RGB
CMYK
RGB Variations
Color information
#EEE411 (or 0xEEE411) is known color: Lemon. HEX triplet: EE, E4 and 11. RGB value is (238,228,17). Sum of RGB (Red+Green+Blue) = 238+228+17=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE411 is #111BEE. Grayscale: #CFCFCF. Windows color (decimal): -1121263 or 1172718. OLE color: 1172718.
HSL color Cylindrical-coordinate representation of color #EEE411: hue angle of 57.29º 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 #EEE411 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.07 |
| HSL | 57.29º | 0.87% | 0.5% | - |
| HSV(B) | 57.29º | 0.93% | 0.93% | - |
| XYZ | 63.1 | 73.7 | 11.43 | - |
| YUV | 206.94 | 20.81 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 17 | 0 | 0.04 | 0.93 | 0.07 | 57.29 | 0.87 | 0.5 |
| Hex | EE | E4 | 11 | 0 | 4 | 5D | 7 | 39 | 57 | 32 |
| Octal | 356 | 344 | 21 | 0 | 4 | 135 | 7 | 71 | 127 | 62 |
| Binary | 11101110 | 11100100 | 10001 | 0 | 100 | 1011101 | 111 | 111001 | 1010111 | 110010 |
Color Harmonies of #EEE411
Complementary color
Monochromatic Colors of #EEE411
Black with #EEE411
Text Example
Text Example
White with #EEE411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE411; }
p { color: rgb(238,228,17); }
H1.HeaderClassName
{
color: #EEE411;
}
.AnyTagClassName
{
color: #EEE411;
}
</style>
background-color css
<style>
a { background-color: #EEE411; }
a { background-color: rgb(238,228,17); }
div.DivClassName
{
background-color: #EEE411;
}
.BgClassName
{
background-color: #EEE411;
}
</style>
border-color css
<style>
span { border-color: #EEE411; }
span { border-color: rgb(238,228,17); }
td.TdClassName
{
border-color: #EEE411;
}
.TagClassName
{
border-color: #EEE411;
}
</style>