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