Shades of Golden Sand #E7D062
Tints of Golden Sand #E7D062
RGB
CMYK
RGB Variations
Color information
#E7D062 (or 0xE7D062) is known color: Golden Sand. HEX triplet: E7, D0 and 62. RGB value is (231,208,98). Sum of RGB (Red+Green+Blue) = 231+208+98=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D062 is #182F9D. Grayscale: #CACACA. Windows color (decimal): -1585054 or 6476007. OLE color: 6476007.
HSL color Cylindrical-coordinate representation of color #E7D062: hue angle of 49.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7D062 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 98 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.09 |
| HSL | 49.62º | 0.73% | 0.65% | - |
| HSV(B) | 49.62º | 0.58% | 0.91% | - |
| XYZ | 57.72 | 62.98 | 20.67 | - |
| YUV | 202.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 98 | 0 | 0.10 | 0.58 | 0.09 | 49.62 | 0.73 | 0.65 |
| Hex | E7 | D0 | 62 | 0 | A | 3A | 9 | 32 | 49 | 41 |
| Octal | 347 | 320 | 142 | 0 | 12 | 72 | 11 | 62 | 111 | 101 |
| Binary | 11100111 | 11010000 | 1100010 | 0 | 1010 | 111010 | 1001 | 110010 | 1001001 | 1000001 |
Color Harmonies of #E7D062
Complementary color
Monochromatic Colors of #E7D062
Black with #E7D062
Text Example
Text Example
White with #E7D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D062; }
p { color: rgb(231,208,98); }
H1.HeaderClassName
{
color: #E7D062;
}
.AnyTagClassName
{
color: #E7D062;
}
</style>
background-color css
<style>
a { background-color: #E7D062; }
a { background-color: rgb(231,208,98); }
div.DivClassName
{
background-color: #E7D062;
}
.BgClassName
{
background-color: #E7D062;
}
</style>
border-color css
<style>
span { border-color: #E7D062; }
span { border-color: rgb(231,208,98); }
td.TdClassName
{
border-color: #E7D062;
}
.TagClassName
{
border-color: #E7D062;
}
</style>