Shades of Light Goldenrod #E6DB84
Tints of Light Goldenrod #E6DB84
RGB
CMYK
RGB Variations
Color information
#E6DB84 (or 0xE6DB84) is known color: Light Goldenrod. HEX triplet: E6, DB and 84. RGB value is (230,219,132). Sum of RGB (Red+Green+Blue) = 230+219+132=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB84 is #19247B. Grayscale: #D4D4D4. Windows color (decimal): -1647740 or 8707046. OLE color: 8707046.
HSL color Cylindrical-coordinate representation of color #E6DB84: hue angle of 53.27º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6DB84 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 132 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.10 |
| HSL | 53.27º | 0.66% | 0.71% | - |
| HSV(B) | 53.27º | 0.43% | 0.9% | - |
| XYZ | 62.13 | 69.15 | 31.9 | - |
| YUV | 212.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 132 | 0 | 0.05 | 0.43 | 0.10 | 53.27 | 0.66 | 0.71 |
| Hex | E6 | DB | 84 | 0 | 5 | 2B | A | 35 | 42 | 47 |
| Octal | 346 | 333 | 204 | 0 | 5 | 53 | 12 | 65 | 102 | 107 |
| Binary | 11100110 | 11011011 | 10000100 | 0 | 101 | 101011 | 1010 | 110101 | 1000010 | 1000111 |
Color Harmonies of #E6DB84
Complementary color
Monochromatic Colors of #E6DB84
Black with #E6DB84
Text Example
Text Example
White with #E6DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB84; }
p { color: rgb(230,219,132); }
H1.HeaderClassName
{
color: #E6DB84;
}
.AnyTagClassName
{
color: #E6DB84;
}
</style>
background-color css
<style>
a { background-color: #E6DB84; }
a { background-color: rgb(230,219,132); }
div.DivClassName
{
background-color: #E6DB84;
}
.BgClassName
{
background-color: #E6DB84;
}
</style>
border-color css
<style>
span { border-color: #E6DB84; }
span { border-color: rgb(230,219,132); }
td.TdClassName
{
border-color: #E6DB84;
}
.TagClassName
{
border-color: #E6DB84;
}
</style>