Shades of Light Goldenrod #E7DC86
Tints of Light Goldenrod #E7DC86
RGB
CMYK
RGB Variations
Color information
#E7DC86 (or 0xE7DC86) is known color: Light Goldenrod. HEX triplet: E7, DC and 86. RGB value is (231,220,134). Sum of RGB (Red+Green+Blue) = 231+220+134=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC86 is #182379. Grayscale: #D5D5D5. Windows color (decimal): -1581946 or 8838375. OLE color: 8838375.
HSL color Cylindrical-coordinate representation of color #E7DC86: hue angle of 53.2º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7DC86 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 134 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.09 |
| HSL | 53.2º | 0.67% | 0.72% | - |
| HSV(B) | 53.2º | 0.42% | 0.91% | - |
| XYZ | 62.85 | 69.9 | 32.73 | - |
| YUV | 213.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 134 | 0 | 0.05 | 0.42 | 0.09 | 53.2 | 0.67 | 0.72 |
| Hex | E7 | DC | 86 | 0 | 5 | 2A | 9 | 35 | 43 | 48 |
| Octal | 347 | 334 | 206 | 0 | 5 | 52 | 11 | 65 | 103 | 110 |
| Binary | 11100111 | 11011100 | 10000110 | 0 | 101 | 101010 | 1001 | 110101 | 1000011 | 1001000 |
Color Harmonies of #E7DC86
Complementary color
Monochromatic Colors of #E7DC86
Black with #E7DC86
Text Example
Text Example
White with #E7DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC86; }
p { color: rgb(231,220,134); }
H1.HeaderClassName
{
color: #E7DC86;
}
.AnyTagClassName
{
color: #E7DC86;
}
</style>
background-color css
<style>
a { background-color: #E7DC86; }
a { background-color: rgb(231,220,134); }
div.DivClassName
{
background-color: #E7DC86;
}
.BgClassName
{
background-color: #E7DC86;
}
</style>
border-color css
<style>
span { border-color: #E7DC86; }
span { border-color: rgb(231,220,134); }
td.TdClassName
{
border-color: #E7DC86;
}
.TagClassName
{
border-color: #E7DC86;
}
</style>