Shades of Lemon #E7DB0A
Tints of Lemon #E7DB0A
RGB
CMYK
RGB Variations
Color information
#E7DB0A (or 0xE7DB0A) is known color: Lemon. HEX triplet: E7, DB and 0A. RGB value is (231,219,10). Sum of RGB (Red+Green+Blue) = 231+219+10=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DB0A is #1824F5. Grayscale: #C7C7C7. Windows color (decimal): -1582326 or 711655. OLE color: 711655.
HSL color Cylindrical-coordinate representation of color #E7DB0A: hue angle of 56.74º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7DB0A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.09 |
| HSL | 56.74º | 0.92% | 0.47% | - |
| HSV(B) | 56.74º | 0.96% | 0.91% | - |
| XYZ | 58.34 | 67.67 | 10.27 | - |
| YUV | 198.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 10 | 0 | 0.05 | 0.96 | 0.09 | 56.74 | 0.92 | 0.47 |
| Hex | E7 | DB | A | 0 | 5 | 60 | 9 | 39 | 5C | 2F |
| Octal | 347 | 333 | 12 | 0 | 5 | 140 | 11 | 71 | 134 | 57 |
| Binary | 11100111 | 11011011 | 1010 | 0 | 101 | 1100000 | 1001 | 111001 | 1011100 | 101111 |
Color Harmonies of #E7DB0A
Complementary color
Monochromatic Colors of #E7DB0A
Black with #E7DB0A
Text Example
Text Example
White with #E7DB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB0A; }
p { color: rgb(231,219,10); }
H1.HeaderClassName
{
color: #E7DB0A;
}
.AnyTagClassName
{
color: #E7DB0A;
}
</style>
background-color css
<style>
a { background-color: #E7DB0A; }
a { background-color: rgb(231,219,10); }
div.DivClassName
{
background-color: #E7DB0A;
}
.BgClassName
{
background-color: #E7DB0A;
}
</style>
border-color css
<style>
span { border-color: #E7DB0A; }
span { border-color: rgb(231,219,10); }
td.TdClassName
{
border-color: #E7DB0A;
}
.TagClassName
{
border-color: #E7DB0A;
}
</style>