Shades of Golden Sand #E7D06B
Tints of Golden Sand #E7D06B
RGB
CMYK
RGB Variations
Color information
#E7D06B (or 0xE7D06B) is known color: Golden Sand. HEX triplet: E7, D0 and 6B. RGB value is (231,208,107). Sum of RGB (Red+Green+Blue) = 231+208+107=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D06B is #182F94. Grayscale: #CBCBCB. Windows color (decimal): -1585045 or 7065831. OLE color: 7065831.
HSL color Cylindrical-coordinate representation of color #E7D06B: hue angle of 48.87º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7D06B is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 107 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.09 |
| HSL | 48.87º | 0.72% | 0.66% | - |
| HSV(B) | 48.87º | 0.54% | 0.91% | - |
| XYZ | 58.16 | 63.16 | 23.04 | - |
| YUV | 203.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 107 | 0 | 0.10 | 0.54 | 0.09 | 48.87 | 0.72 | 0.66 |
| Hex | E7 | D0 | 6B | 0 | A | 36 | 9 | 31 | 48 | 42 |
| Octal | 347 | 320 | 153 | 0 | 12 | 66 | 11 | 61 | 110 | 102 |
| Binary | 11100111 | 11010000 | 1101011 | 0 | 1010 | 110110 | 1001 | 110001 | 1001000 | 1000010 |
Color Harmonies of #E7D06B
Complementary color
Monochromatic Colors of #E7D06B
Black with #E7D06B
Text Example
Text Example
White with #E7D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D06B; }
p { color: rgb(231,208,107); }
H1.HeaderClassName
{
color: #E7D06B;
}
.AnyTagClassName
{
color: #E7D06B;
}
</style>
background-color css
<style>
a { background-color: #E7D06B; }
a { background-color: rgb(231,208,107); }
div.DivClassName
{
background-color: #E7D06B;
}
.BgClassName
{
background-color: #E7D06B;
}
</style>
border-color css
<style>
span { border-color: #E7D06B; }
span { border-color: rgb(231,208,107); }
td.TdClassName
{
border-color: #E7D06B;
}
.TagClassName
{
border-color: #E7D06B;
}
</style>