Shades of Lemon #E7E70F
Tints of Lemon #E7E70F
RGB
CMYK
RGB Variations
Color information
#E7E70F (or 0xE7E70F) is known color: Lemon. HEX triplet: E7, E7 and 0F. RGB value is (231,231,15). Sum of RGB (Red+Green+Blue) = 231+231+15=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7E70F is #1818F0. Grayscale: #CFCFCF. Windows color (decimal): -1579249 or 1042407. OLE color: 1042407.
HSL color Cylindrical-coordinate representation of color #E7E70F: hue angle of 60º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7E70F is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 15 | - |
| CMYK | 0 | 0 | 0.94 | 0.09 |
| HSL | 60º | 0.88% | 0.48% | - |
| HSV(B) | 60º | 0.94% | 0.91% | - |
| XYZ | 61.62 | 74.18 | 11.52 | - |
| YUV | 206.38 | 20 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 15 | 0 | 0 | 0.94 | 0.09 | 60 | 0.88 | 0.48 |
| Hex | E7 | E7 | F | 0 | 0 | 5E | 9 | 3C | 58 | 30 |
| Octal | 347 | 347 | 17 | 0 | 0 | 136 | 11 | 74 | 130 | 60 |
| Binary | 11100111 | 11100111 | 1111 | 0 | 0 | 1011110 | 1001 | 111100 | 1011000 | 110000 |
Color Harmonies of #E7E70F
Complementary color
Monochromatic Colors of #E7E70F
Black with #E7E70F
Text Example
Text Example
White with #E7E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E70F; }
p { color: rgb(231,231,15); }
H1.HeaderClassName
{
color: #E7E70F;
}
.AnyTagClassName
{
color: #E7E70F;
}
</style>
background-color css
<style>
a { background-color: #E7E70F; }
a { background-color: rgb(231,231,15); }
div.DivClassName
{
background-color: #E7E70F;
}
.BgClassName
{
background-color: #E7E70F;
}
</style>
border-color css
<style>
span { border-color: #E7E70F; }
span { border-color: rgb(231,231,15); }
td.TdClassName
{
border-color: #E7E70F;
}
.TagClassName
{
border-color: #E7E70F;
}
</style>