Shades of Golden Sand #E7D06F
Tints of Golden Sand #E7D06F
RGB
CMYK
RGB Variations
Color information
#E7D06F (or 0xE7D06F) is known color: Golden Sand. HEX triplet: E7, D0 and 6F. RGB value is (231,208,111). Sum of RGB (Red+Green+Blue) = 231+208+111=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D06F is #182F90. Grayscale: #CCCCCC. Windows color (decimal): -1585041 or 7327975. OLE color: 7327975.
HSL color Cylindrical-coordinate representation of color #E7D06F: hue angle of 48.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7D06F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 111 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.09 |
| HSL | 48.5º | 0.71% | 0.67% | - |
| HSV(B) | 48.5º | 0.52% | 0.91% | - |
| XYZ | 58.38 | 63.25 | 24.17 | - |
| YUV | 203.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 111 | 0 | 0.10 | 0.52 | 0.09 | 48.5 | 0.71 | 0.67 |
| Hex | E7 | D0 | 6F | 0 | A | 34 | 9 | 30 | 47 | 43 |
| Octal | 347 | 320 | 157 | 0 | 12 | 64 | 11 | 60 | 107 | 103 |
| Binary | 11100111 | 11010000 | 1101111 | 0 | 1010 | 110100 | 1001 | 110000 | 1000111 | 1000011 |
Color Harmonies of #E7D06F
Complementary color
Monochromatic Colors of #E7D06F
Black with #E7D06F
Text Example
Text Example
White with #E7D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D06F; }
p { color: rgb(231,208,111); }
H1.HeaderClassName
{
color: #E7D06F;
}
.AnyTagClassName
{
color: #E7D06F;
}
</style>
background-color css
<style>
a { background-color: #E7D06F; }
a { background-color: rgb(231,208,111); }
div.DivClassName
{
background-color: #E7D06F;
}
.BgClassName
{
background-color: #E7D06F;
}
</style>
border-color css
<style>
span { border-color: #E7D06F; }
span { border-color: rgb(231,208,111); }
td.TdClassName
{
border-color: #E7D06F;
}
.TagClassName
{
border-color: #E7D06F;
}
</style>