Shades of Golden Sand #E7D36C
Tints of Golden Sand #E7D36C
RGB
CMYK
RGB Variations
Color information
#E7D36C (or 0xE7D36C) is known color: Golden Sand. HEX triplet: E7, D3 and 6C. RGB value is (231,211,108). Sum of RGB (Red+Green+Blue) = 231+211+108=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D36C is #182C93. Grayscale: #CDCDCD. Windows color (decimal): -1584276 or 7132135. OLE color: 7132135.
HSL color Cylindrical-coordinate representation of color #E7D36C: hue angle of 50.24º 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 #E7D36C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 108 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.09 |
| HSL | 50.24º | 0.72% | 0.66% | - |
| HSV(B) | 50.24º | 0.53% | 0.91% | - |
| XYZ | 58.96 | 64.66 | 23.56 | - |
| YUV | 205.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 108 | 0 | 0.09 | 0.53 | 0.09 | 50.24 | 0.72 | 0.66 |
| Hex | E7 | D3 | 6C | 0 | 9 | 35 | 9 | 32 | 48 | 42 |
| Octal | 347 | 323 | 154 | 0 | 11 | 65 | 11 | 62 | 110 | 102 |
| Binary | 11100111 | 11010011 | 1101100 | 0 | 1001 | 110101 | 1001 | 110010 | 1001000 | 1000010 |
Color Harmonies of #E7D36C
Complementary color
Monochromatic Colors of #E7D36C
Black with #E7D36C
Text Example
Text Example
White with #E7D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D36C; }
p { color: rgb(231,211,108); }
H1.HeaderClassName
{
color: #E7D36C;
}
.AnyTagClassName
{
color: #E7D36C;
}
</style>
background-color css
<style>
a { background-color: #E7D36C; }
a { background-color: rgb(231,211,108); }
div.DivClassName
{
background-color: #E7D36C;
}
.BgClassName
{
background-color: #E7D36C;
}
</style>
border-color css
<style>
span { border-color: #E7D36C; }
span { border-color: rgb(231,211,108); }
td.TdClassName
{
border-color: #E7D36C;
}
.TagClassName
{
border-color: #E7D36C;
}
</style>