Shades of Lemon #E7D80D
Tints of Lemon #E7D80D
RGB
CMYK
RGB Variations
Color information
#E7D80D (or 0xE7D80D) is known color: Lemon. HEX triplet: E7, D8 and 0D. RGB value is (231,216,13). Sum of RGB (Red+Green+Blue) = 231+216+13=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D80D is #1827F2. Grayscale: #C6C6C6. Windows color (decimal): -1583091 or 907495. OLE color: 907495.
HSL color Cylindrical-coordinate representation of color #E7D80D: hue angle of 55.87º 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 #E7D80D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.09 |
| HSL | 55.87º | 0.89% | 0.48% | - |
| HSV(B) | 55.87º | 0.94% | 0.91% | - |
| XYZ | 57.58 | 66.13 | 10.11 | - |
| YUV | 197.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 13 | 0 | 0.06 | 0.94 | 0.09 | 55.87 | 0.89 | 0.48 |
| Hex | E7 | D8 | D | 0 | 6 | 5E | 9 | 38 | 59 | 30 |
| Octal | 347 | 330 | 15 | 0 | 6 | 136 | 11 | 70 | 131 | 60 |
| Binary | 11100111 | 11011000 | 1101 | 0 | 110 | 1011110 | 1001 | 111000 | 1011001 | 110000 |
Color Harmonies of #E7D80D
Complementary color
Monochromatic Colors of #E7D80D
Black with #E7D80D
Text Example
Text Example
White with #E7D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D80D; }
p { color: rgb(231,216,13); }
H1.HeaderClassName
{
color: #E7D80D;
}
.AnyTagClassName
{
color: #E7D80D;
}
</style>
background-color css
<style>
a { background-color: #E7D80D; }
a { background-color: rgb(231,216,13); }
div.DivClassName
{
background-color: #E7D80D;
}
.BgClassName
{
background-color: #E7D80D;
}
</style>
border-color css
<style>
span { border-color: #E7D80D; }
span { border-color: rgb(231,216,13); }
td.TdClassName
{
border-color: #E7D80D;
}
.TagClassName
{
border-color: #E7D80D;
}
</style>