Shades of Light Goldenrod #E7DC7F
Tints of Light Goldenrod #E7DC7F
RGB
CMYK
RGB Variations
Color information
#E7DC7F (or 0xE7DC7F) is known color: Light Goldenrod. HEX triplet: E7, DC and 7F. RGB value is (231,220,127). Sum of RGB (Red+Green+Blue) = 231+220+127=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC7F is #182380. Grayscale: #D5D5D5. Windows color (decimal): -1581953 or 8379623. OLE color: 8379623.
HSL color Cylindrical-coordinate representation of color #E7DC7F: hue angle of 53.65º degrees, saturation: 0.68, 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 #E7DC7F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 127 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.09 |
| HSL | 53.65º | 0.68% | 0.7% | - |
| HSV(B) | 53.65º | 0.45% | 0.91% | - |
| XYZ | 62.38 | 69.71 | 30.25 | - |
| YUV | 212.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 127 | 0 | 0.05 | 0.45 | 0.09 | 53.65 | 0.68 | 0.7 |
| Hex | E7 | DC | 7F | 0 | 5 | 2D | 9 | 36 | 44 | 46 |
| Octal | 347 | 334 | 177 | 0 | 5 | 55 | 11 | 66 | 104 | 106 |
| Binary | 11100111 | 11011100 | 1111111 | 0 | 101 | 101101 | 1001 | 110110 | 1000100 | 1000110 |
Color Harmonies of #E7DC7F
Complementary color
Monochromatic Colors of #E7DC7F
Black with #E7DC7F
Text Example
Text Example
White with #E7DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC7F; }
p { color: rgb(231,220,127); }
H1.HeaderClassName
{
color: #E7DC7F;
}
.AnyTagClassName
{
color: #E7DC7F;
}
</style>
background-color css
<style>
a { background-color: #E7DC7F; }
a { background-color: rgb(231,220,127); }
div.DivClassName
{
background-color: #E7DC7F;
}
.BgClassName
{
background-color: #E7DC7F;
}
</style>
border-color css
<style>
span { border-color: #E7DC7F; }
span { border-color: rgb(231,220,127); }
td.TdClassName
{
border-color: #E7DC7F;
}
.TagClassName
{
border-color: #E7DC7F;
}
</style>