Shades of Golden Sand #E7D16C
Tints of Golden Sand #E7D16C
RGB
CMYK
RGB Variations
Color information
#E7D16C (or 0xE7D16C) is known color: Golden Sand. HEX triplet: E7, D1 and 6C. RGB value is (231,209,108). Sum of RGB (Red+Green+Blue) = 231+209+108=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D16C is #182E93. Grayscale: #CCCCCC. Windows color (decimal): -1584788 or 7131623. OLE color: 7131623.
HSL color Cylindrical-coordinate representation of color #E7D16C: hue angle of 49.27º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7D16C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 108 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.09 |
| HSL | 49.27º | 0.72% | 0.66% | - |
| HSV(B) | 49.27º | 0.53% | 0.91% | - |
| XYZ | 58.46 | 63.67 | 23.4 | - |
| YUV | 204.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 108 | 0 | 0.10 | 0.53 | 0.09 | 49.27 | 0.72 | 0.66 |
| Hex | E7 | D1 | 6C | 0 | A | 35 | 9 | 31 | 48 | 42 |
| Octal | 347 | 321 | 154 | 0 | 12 | 65 | 11 | 61 | 110 | 102 |
| Binary | 11100111 | 11010001 | 1101100 | 0 | 1010 | 110101 | 1001 | 110001 | 1001000 | 1000010 |
Color Harmonies of #E7D16C
Complementary color
Monochromatic Colors of #E7D16C
Black with #E7D16C
Text Example
Text Example
White with #E7D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D16C; }
p { color: rgb(231,209,108); }
H1.HeaderClassName
{
color: #E7D16C;
}
.AnyTagClassName
{
color: #E7D16C;
}
</style>
background-color css
<style>
a { background-color: #E7D16C; }
a { background-color: rgb(231,209,108); }
div.DivClassName
{
background-color: #E7D16C;
}
.BgClassName
{
background-color: #E7D16C;
}
</style>
border-color css
<style>
span { border-color: #E7D16C; }
span { border-color: rgb(231,209,108); }
td.TdClassName
{
border-color: #E7D16C;
}
.TagClassName
{
border-color: #E7D16C;
}
</style>