Shades of Light Goldenrod #E6DB80
Tints of Light Goldenrod #E6DB80
RGB
CMYK
RGB Variations
Color information
#E6DB80 (or 0xE6DB80) is known color: Light Goldenrod. HEX triplet: E6, DB and 80. RGB value is (230,219,128). Sum of RGB (Red+Green+Blue) = 230+219+128=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB80 is #19247F. Grayscale: #D4D4D4. Windows color (decimal): -1647744 or 8444902. OLE color: 8444902.
HSL color Cylindrical-coordinate representation of color #E6DB80: hue angle of 53.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6DB80 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 128 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.10 |
| HSL | 53.53º | 0.67% | 0.7% | - |
| HSV(B) | 53.53º | 0.44% | 0.9% | - |
| XYZ | 61.86 | 69.04 | 30.49 | - |
| YUV | 211.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 128 | 0 | 0.05 | 0.44 | 0.10 | 53.53 | 0.67 | 0.7 |
| Hex | E6 | DB | 80 | 0 | 5 | 2C | A | 36 | 43 | 46 |
| Octal | 346 | 333 | 200 | 0 | 5 | 54 | 12 | 66 | 103 | 106 |
| Binary | 11100110 | 11011011 | 10000000 | 0 | 101 | 101100 | 1010 | 110110 | 1000011 | 1000110 |
Color Harmonies of #E6DB80
Complementary color
Monochromatic Colors of #E6DB80
Black with #E6DB80
Text Example
Text Example
White with #E6DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB80; }
p { color: rgb(230,219,128); }
H1.HeaderClassName
{
color: #E6DB80;
}
.AnyTagClassName
{
color: #E6DB80;
}
</style>
background-color css
<style>
a { background-color: #E6DB80; }
a { background-color: rgb(230,219,128); }
div.DivClassName
{
background-color: #E6DB80;
}
.BgClassName
{
background-color: #E6DB80;
}
</style>
border-color css
<style>
span { border-color: #E6DB80; }
span { border-color: rgb(230,219,128); }
td.TdClassName
{
border-color: #E6DB80;
}
.TagClassName
{
border-color: #E6DB80;
}
</style>