Shades of Light Goldenrod #E7DC7E
Tints of Light Goldenrod #E7DC7E
RGB
CMYK
RGB Variations
Color information
#E7DC7E (or 0xE7DC7E) is known color: Light Goldenrod. HEX triplet: E7, DC and 7E. RGB value is (231,220,126). Sum of RGB (Red+Green+Blue) = 231+220+126=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC7E is #182381. Grayscale: #D4D4D4. Windows color (decimal): -1581954 or 8314087. OLE color: 8314087.
HSL color Cylindrical-coordinate representation of color #E7DC7E: hue angle of 53.71º degrees, saturation: 0.69, 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 #E7DC7E is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 126 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.09 |
| HSL | 53.71º | 0.69% | 0.7% | - |
| HSV(B) | 53.71º | 0.45% | 0.91% | - |
| XYZ | 62.31 | 69.68 | 29.9 | - |
| YUV | 212.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 126 | 0 | 0.05 | 0.45 | 0.09 | 53.71 | 0.69 | 0.7 |
| Hex | E7 | DC | 7E | 0 | 5 | 2D | 9 | 36 | 45 | 46 |
| Octal | 347 | 334 | 176 | 0 | 5 | 55 | 11 | 66 | 105 | 106 |
| Binary | 11100111 | 11011100 | 1111110 | 0 | 101 | 101101 | 1001 | 110110 | 1000101 | 1000110 |
Color Harmonies of #E7DC7E
Complementary color
Monochromatic Colors of #E7DC7E
Black with #E7DC7E
Text Example
Text Example
White with #E7DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC7E; }
p { color: rgb(231,220,126); }
H1.HeaderClassName
{
color: #E7DC7E;
}
.AnyTagClassName
{
color: #E7DC7E;
}
</style>
background-color css
<style>
a { background-color: #E7DC7E; }
a { background-color: rgb(231,220,126); }
div.DivClassName
{
background-color: #E7DC7E;
}
.BgClassName
{
background-color: #E7DC7E;
}
</style>
border-color css
<style>
span { border-color: #E7DC7E; }
span { border-color: rgb(231,220,126); }
td.TdClassName
{
border-color: #E7DC7E;
}
.TagClassName
{
border-color: #E7DC7E;
}
</style>