Shades of Lemon #E7DB0F
Tints of Lemon #E7DB0F
RGB
CMYK
RGB Variations
Color information
#E7DB0F (or 0xE7DB0F) is known color: Lemon. HEX triplet: E7, DB and 0F. RGB value is (231,219,15). Sum of RGB (Red+Green+Blue) = 231+219+15=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DB0F is #1824F0. Grayscale: #C8C8C8. Windows color (decimal): -1582321 or 1039335. OLE color: 1039335.
HSL color Cylindrical-coordinate representation of color #E7DB0F: hue angle of 56.67º 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 #E7DB0F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 15 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.09 |
| HSL | 56.67º | 0.88% | 0.48% | - |
| HSV(B) | 56.67º | 0.94% | 0.91% | - |
| XYZ | 58.37 | 67.69 | 10.44 | - |
| YUV | 199.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 15 | 0 | 0.05 | 0.94 | 0.09 | 56.67 | 0.88 | 0.48 |
| Hex | E7 | DB | F | 0 | 5 | 5E | 9 | 39 | 58 | 30 |
| Octal | 347 | 333 | 17 | 0 | 5 | 136 | 11 | 71 | 130 | 60 |
| Binary | 11100111 | 11011011 | 1111 | 0 | 101 | 1011110 | 1001 | 111001 | 1011000 | 110000 |
Color Harmonies of #E7DB0F
Complementary color
Monochromatic Colors of #E7DB0F
Black with #E7DB0F
Text Example
Text Example
White with #E7DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB0F; }
p { color: rgb(231,219,15); }
H1.HeaderClassName
{
color: #E7DB0F;
}
.AnyTagClassName
{
color: #E7DB0F;
}
</style>
background-color css
<style>
a { background-color: #E7DB0F; }
a { background-color: rgb(231,219,15); }
div.DivClassName
{
background-color: #E7DB0F;
}
.BgClassName
{
background-color: #E7DB0F;
}
</style>
border-color css
<style>
span { border-color: #E7DB0F; }
span { border-color: rgb(231,219,15); }
td.TdClassName
{
border-color: #E7DB0F;
}
.TagClassName
{
border-color: #E7DB0F;
}
</style>