Shades of Golden Sand #E7D069
Tints of Golden Sand #E7D069
RGB
CMYK
RGB Variations
Color information
#E7D069 (or 0xE7D069) is known color: Golden Sand. HEX triplet: E7, D0 and 69. RGB value is (231,208,105). Sum of RGB (Red+Green+Blue) = 231+208+105=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D069 is #182F96. Grayscale: #CBCBCB. Windows color (decimal): -1585047 or 6934759. OLE color: 6934759.
HSL color Cylindrical-coordinate representation of color #E7D069: hue angle of 49.05º 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 #E7D069 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 105 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.09 |
| HSL | 49.05º | 0.72% | 0.66% | - |
| HSV(B) | 49.05º | 0.55% | 0.91% | - |
| XYZ | 58.06 | 63.12 | 22.49 | - |
| YUV | 203.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 105 | 0 | 0.10 | 0.55 | 0.09 | 49.05 | 0.72 | 0.66 |
| Hex | E7 | D0 | 69 | 0 | A | 37 | 9 | 31 | 48 | 42 |
| Octal | 347 | 320 | 151 | 0 | 12 | 67 | 11 | 61 | 110 | 102 |
| Binary | 11100111 | 11010000 | 1101001 | 0 | 1010 | 110111 | 1001 | 110001 | 1001000 | 1000010 |
Color Harmonies of #E7D069
Complementary color
Monochromatic Colors of #E7D069
Black with #E7D069
Text Example
Text Example
White with #E7D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D069; }
p { color: rgb(231,208,105); }
H1.HeaderClassName
{
color: #E7D069;
}
.AnyTagClassName
{
color: #E7D069;
}
</style>
background-color css
<style>
a { background-color: #E7D069; }
a { background-color: rgb(231,208,105); }
div.DivClassName
{
background-color: #E7D069;
}
.BgClassName
{
background-color: #E7D069;
}
</style>
border-color css
<style>
span { border-color: #E7D069; }
span { border-color: rgb(231,208,105); }
td.TdClassName
{
border-color: #E7D069;
}
.TagClassName
{
border-color: #E7D069;
}
</style>