Shades of Lemon #E7E70D
Tints of Lemon #E7E70D
RGB
CMYK
RGB Variations
Color information
#E7E70D (or 0xE7E70D) is known color: Lemon. HEX triplet: E7, E7 and 0D. RGB value is (231,231,13). Sum of RGB (Red+Green+Blue) = 231+231+13=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7E70D is #1818F2. Grayscale: #CFCFCF. Windows color (decimal): -1579251 or 911335. OLE color: 911335.
HSL color Cylindrical-coordinate representation of color #E7E70D: hue angle of 60º degrees, saturation: 0.89, 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 #E7E70D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 13 | - |
| CMYK | 0 | 0 | 0.94 | 0.09 |
| HSL | 60º | 0.89% | 0.48% | - |
| HSV(B) | 60º | 0.94% | 0.91% | - |
| XYZ | 61.6 | 74.17 | 11.45 | - |
| YUV | 206.15 | 19 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 13 | 0 | 0 | 0.94 | 0.09 | 60 | 0.89 | 0.48 |
| Hex | E7 | E7 | D | 0 | 0 | 5E | 9 | 3C | 59 | 30 |
| Octal | 347 | 347 | 15 | 0 | 0 | 136 | 11 | 74 | 131 | 60 |
| Binary | 11100111 | 11100111 | 1101 | 0 | 0 | 1011110 | 1001 | 111100 | 1011001 | 110000 |
Color Harmonies of #E7E70D
Complementary color
Monochromatic Colors of #E7E70D
Black with #E7E70D
Text Example
Text Example
White with #E7E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E70D; }
p { color: rgb(231,231,13); }
H1.HeaderClassName
{
color: #E7E70D;
}
.AnyTagClassName
{
color: #E7E70D;
}
</style>
background-color css
<style>
a { background-color: #E7E70D; }
a { background-color: rgb(231,231,13); }
div.DivClassName
{
background-color: #E7E70D;
}
.BgClassName
{
background-color: #E7E70D;
}
</style>
border-color css
<style>
span { border-color: #E7E70D; }
span { border-color: rgb(231,231,13); }
td.TdClassName
{
border-color: #E7E70D;
}
.TagClassName
{
border-color: #E7E70D;
}
</style>