Shades of Golden Sand #E7D460
Tints of Golden Sand #E7D460
RGB
CMYK
RGB Variations
Color information
#E7D460 (or 0xE7D460) is known color: Golden Sand. HEX triplet: E7, D4 and 60. RGB value is (231,212,96). Sum of RGB (Red+Green+Blue) = 231+212+96=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D460 is #182B9F. Grayscale: #CCCCCC. Windows color (decimal): -1584032 or 6345959. OLE color: 6345959.
HSL color Cylindrical-coordinate representation of color #E7D460: hue angle of 51.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7D460 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 96 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.09 |
| HSL | 51.56º | 0.74% | 0.64% | - |
| HSV(B) | 51.56º | 0.58% | 0.91% | - |
| XYZ | 58.61 | 64.92 | 20.51 | - |
| YUV | 204.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 96 | 0 | 0.08 | 0.58 | 0.09 | 51.56 | 0.74 | 0.64 |
| Hex | E7 | D4 | 60 | 0 | 8 | 3A | 9 | 34 | 4A | 40 |
| Octal | 347 | 324 | 140 | 0 | 10 | 72 | 11 | 64 | 112 | 100 |
| Binary | 11100111 | 11010100 | 1100000 | 0 | 1000 | 111010 | 1001 | 110100 | 1001010 | 1000000 |
Color Harmonies of #E7D460
Complementary color
Monochromatic Colors of #E7D460
Black with #E7D460
Text Example
Text Example
White with #E7D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D460; }
p { color: rgb(231,212,96); }
H1.HeaderClassName
{
color: #E7D460;
}
.AnyTagClassName
{
color: #E7D460;
}
</style>
background-color css
<style>
a { background-color: #E7D460; }
a { background-color: rgb(231,212,96); }
div.DivClassName
{
background-color: #E7D460;
}
.BgClassName
{
background-color: #E7D460;
}
</style>
border-color css
<style>
span { border-color: #E7D460; }
span { border-color: rgb(231,212,96); }
td.TdClassName
{
border-color: #E7D460;
}
.TagClassName
{
border-color: #E7D460;
}
</style>