Shades of Light Goldenrod #E7DB80
Tints of Light Goldenrod #E7DB80
RGB
CMYK
RGB Variations
Color information
#E7DB80 (or 0xE7DB80) is known color: Light Goldenrod. HEX triplet: E7, DB and 80. RGB value is (231,219,128). Sum of RGB (Red+Green+Blue) = 231+219+128=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB80 is #18247F. Grayscale: #D4D4D4. Windows color (decimal): -1582208 or 8444903. OLE color: 8444903.
HSL color Cylindrical-coordinate representation of color #E7DB80: hue angle of 53.01º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7DB80 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 128 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.09 |
| HSL | 53.01º | 0.68% | 0.7% | - |
| HSV(B) | 53.01º | 0.45% | 0.91% | - |
| XYZ | 62.18 | 69.21 | 30.5 | - |
| YUV | 212.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 128 | 0 | 0.05 | 0.45 | 0.09 | 53.01 | 0.68 | 0.7 |
| Hex | E7 | DB | 80 | 0 | 5 | 2D | 9 | 35 | 44 | 46 |
| Octal | 347 | 333 | 200 | 0 | 5 | 55 | 11 | 65 | 104 | 106 |
| Binary | 11100111 | 11011011 | 10000000 | 0 | 101 | 101101 | 1001 | 110101 | 1000100 | 1000110 |
Color Harmonies of #E7DB80
Complementary color
Monochromatic Colors of #E7DB80
Black with #E7DB80
Text Example
Text Example
White with #E7DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB80; }
p { color: rgb(231,219,128); }
H1.HeaderClassName
{
color: #E7DB80;
}
.AnyTagClassName
{
color: #E7DB80;
}
</style>
background-color css
<style>
a { background-color: #E7DB80; }
a { background-color: rgb(231,219,128); }
div.DivClassName
{
background-color: #E7DB80;
}
.BgClassName
{
background-color: #E7DB80;
}
</style>
border-color css
<style>
span { border-color: #E7DB80; }
span { border-color: rgb(231,219,128); }
td.TdClassName
{
border-color: #E7DB80;
}
.TagClassName
{
border-color: #E7DB80;
}
</style>