Shades of Lemon #EEE710
Tints of Lemon #EEE710
RGB
CMYK
RGB Variations
Color information
#EEE710 (or 0xEEE710) is known color: Lemon. HEX triplet: EE, E7 and 10. RGB value is (238,231,16). Sum of RGB (Red+Green+Blue) = 238+231+16=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE710 is #1118EF. Grayscale: #D1D1D1. Windows color (decimal): -1120496 or 1107950. OLE color: 1107950.
HSL color Cylindrical-coordinate representation of color #EEE710: hue angle of 58.11º 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 #EEE710 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.07 |
| HSL | 58.11º | 0.87% | 0.5% | - |
| HSV(B) | 58.11º | 0.93% | 0.93% | - |
| XYZ | 63.93 | 75.37 | 11.67 | - |
| YUV | 208.58 | 19.32 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 16 | 0 | 0.03 | 0.93 | 0.07 | 58.11 | 0.87 | 0.5 |
| Hex | EE | E7 | 10 | 0 | 3 | 5D | 7 | 3A | 57 | 32 |
| Octal | 356 | 347 | 20 | 0 | 3 | 135 | 7 | 72 | 127 | 62 |
| Binary | 11101110 | 11100111 | 10000 | 0 | 11 | 1011101 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EEE710
Complementary color
Monochromatic Colors of #EEE710
Black with #EEE710
Text Example
Text Example
White with #EEE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE710; }
p { color: rgb(238,231,16); }
H1.HeaderClassName
{
color: #EEE710;
}
.AnyTagClassName
{
color: #EEE710;
}
</style>
background-color css
<style>
a { background-color: #EEE710; }
a { background-color: rgb(238,231,16); }
div.DivClassName
{
background-color: #EEE710;
}
.BgClassName
{
background-color: #EEE710;
}
</style>
border-color css
<style>
span { border-color: #EEE710; }
span { border-color: rgb(238,231,16); }
td.TdClassName
{
border-color: #EEE710;
}
.TagClassName
{
border-color: #EEE710;
}
</style>