Shades of Lemon #E9E70F
Tints of Lemon #E9E70F
RGB
CMYK
RGB Variations
Color information
#E9E70F (or 0xE9E70F) is known color: Lemon. HEX triplet: E9, E7 and 0F. RGB value is (233,231,15). Sum of RGB (Red+Green+Blue) = 233+231+15=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9E70F is #1618F0. Grayscale: #CFCFCF. Windows color (decimal): -1448177 or 1042409. OLE color: 1042409.
HSL color Cylindrical-coordinate representation of color #E9E70F: hue angle of 59.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9E70F is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 231 | 15 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.09 |
| HSL | 59.45º | 0.88% | 0.49% | - |
| HSV(B) | 59.45º | 0.94% | 0.91% | - |
| XYZ | 62.27 | 74.51 | 11.55 | - |
| YUV | 206.97 | 19.66 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 231 | 15 | 0 | 0.01 | 0.94 | 0.09 | 59.45 | 0.88 | 0.49 |
| Hex | E9 | E7 | F | 0 | 1 | 5E | 9 | 3B | 58 | 31 |
| Octal | 351 | 347 | 17 | 0 | 1 | 136 | 11 | 73 | 130 | 61 |
| Binary | 11101001 | 11100111 | 1111 | 0 | 1 | 1011110 | 1001 | 111011 | 1011000 | 110001 |
Color Harmonies of #E9E70F
Complementary color
Monochromatic Colors of #E9E70F
Black with #E9E70F
Text Example
Text Example
White with #E9E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E70F; }
p { color: rgb(233,231,15); }
H1.HeaderClassName
{
color: #E9E70F;
}
.AnyTagClassName
{
color: #E9E70F;
}
</style>
background-color css
<style>
a { background-color: #E9E70F; }
a { background-color: rgb(233,231,15); }
div.DivClassName
{
background-color: #E9E70F;
}
.BgClassName
{
background-color: #E9E70F;
}
</style>
border-color css
<style>
span { border-color: #E9E70F; }
span { border-color: rgb(233,231,15); }
td.TdClassName
{
border-color: #E9E70F;
}
.TagClassName
{
border-color: #E9E70F;
}
</style>