Shades of Golden Sand #E7D569
Tints of Golden Sand #E7D569
RGB
CMYK
RGB Variations
Color information
#E7D569 (or 0xE7D569) is known color: Golden Sand. HEX triplet: E7, D5 and 69. RGB value is (231,213,105). Sum of RGB (Red+Green+Blue) = 231+213+105=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D569 is #182A96. Grayscale: #CECECE. Windows color (decimal): -1583767 or 6936039. OLE color: 6936039.
HSL color Cylindrical-coordinate representation of color #E7D569: hue angle of 51.43º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7D569 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 105 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.09 |
| HSL | 51.43º | 0.72% | 0.66% | - |
| HSV(B) | 51.43º | 0.55% | 0.91% | - |
| XYZ | 59.3 | 65.6 | 22.9 | - |
| YUV | 206.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 105 | 0 | 0.08 | 0.55 | 0.09 | 51.43 | 0.72 | 0.66 |
| Hex | E7 | D5 | 69 | 0 | 8 | 37 | 9 | 33 | 48 | 42 |
| Octal | 347 | 325 | 151 | 0 | 10 | 67 | 11 | 63 | 110 | 102 |
| Binary | 11100111 | 11010101 | 1101001 | 0 | 1000 | 110111 | 1001 | 110011 | 1001000 | 1000010 |
Color Harmonies of #E7D569
Complementary color
Monochromatic Colors of #E7D569
Black with #E7D569
Text Example
Text Example
White with #E7D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D569; }
p { color: rgb(231,213,105); }
H1.HeaderClassName
{
color: #E7D569;
}
.AnyTagClassName
{
color: #E7D569;
}
</style>
background-color css
<style>
a { background-color: #E7D569; }
a { background-color: rgb(231,213,105); }
div.DivClassName
{
background-color: #E7D569;
}
.BgClassName
{
background-color: #E7D569;
}
</style>
border-color css
<style>
span { border-color: #E7D569; }
span { border-color: rgb(231,213,105); }
td.TdClassName
{
border-color: #E7D569;
}
.TagClassName
{
border-color: #E7D569;
}
</style>