Shades of Light Goldenrod #E6DB81
Tints of Light Goldenrod #E6DB81
RGB
CMYK
RGB Variations
Color information
#E6DB81 (or 0xE6DB81) is known color: Light Goldenrod. HEX triplet: E6, DB and 81. RGB value is (230,219,129). Sum of RGB (Red+Green+Blue) = 230+219+129=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB81 is #19247E. Grayscale: #D4D4D4. Windows color (decimal): -1647743 or 8510438. OLE color: 8510438.
HSL color Cylindrical-coordinate representation of color #E6DB81: hue angle of 53.47º 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 #E6DB81 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 129 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.10 |
| HSL | 53.47º | 0.67% | 0.7% | - |
| HSV(B) | 53.47º | 0.44% | 0.9% | - |
| XYZ | 61.93 | 69.07 | 30.84 | - |
| YUV | 212.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 129 | 0 | 0.05 | 0.44 | 0.10 | 53.47 | 0.67 | 0.7 |
| Hex | E6 | DB | 81 | 0 | 5 | 2C | A | 35 | 43 | 46 |
| Octal | 346 | 333 | 201 | 0 | 5 | 54 | 12 | 65 | 103 | 106 |
| Binary | 11100110 | 11011011 | 10000001 | 0 | 101 | 101100 | 1010 | 110101 | 1000011 | 1000110 |
Color Harmonies of #E6DB81
Complementary color
Monochromatic Colors of #E6DB81
Black with #E6DB81
Text Example
Text Example
White with #E6DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB81; }
p { color: rgb(230,219,129); }
H1.HeaderClassName
{
color: #E6DB81;
}
.AnyTagClassName
{
color: #E6DB81;
}
</style>
background-color css
<style>
a { background-color: #E6DB81; }
a { background-color: rgb(230,219,129); }
div.DivClassName
{
background-color: #E6DB81;
}
.BgClassName
{
background-color: #E6DB81;
}
</style>
border-color css
<style>
span { border-color: #E6DB81; }
span { border-color: rgb(230,219,129); }
td.TdClassName
{
border-color: #E6DB81;
}
.TagClassName
{
border-color: #E6DB81;
}
</style>