Shades of Golden Sand #E8D36C
Tints of Golden Sand #E8D36C
RGB
CMYK
RGB Variations
Color information
#E8D36C (or 0xE8D36C) is known color: Golden Sand. HEX triplet: E8, D3 and 6C. RGB value is (232,211,108). Sum of RGB (Red+Green+Blue) = 232+211+108=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D36C is #172C93. Grayscale: #CDCDCD. Windows color (decimal): -1518740 or 7132136. OLE color: 7132136.
HSL color Cylindrical-coordinate representation of color #E8D36C: hue angle of 49.84º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8D36C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 108 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.09 |
| HSL | 49.84º | 0.73% | 0.67% | - |
| HSV(B) | 49.84º | 0.53% | 0.91% | - |
| XYZ | 59.28 | 64.83 | 23.58 | - |
| YUV | 205.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 108 | 0 | 0.09 | 0.53 | 0.09 | 49.84 | 0.73 | 0.67 |
| Hex | E8 | D3 | 6C | 0 | 9 | 35 | 9 | 32 | 49 | 43 |
| Octal | 350 | 323 | 154 | 0 | 11 | 65 | 11 | 62 | 111 | 103 |
| Binary | 11101000 | 11010011 | 1101100 | 0 | 1001 | 110101 | 1001 | 110010 | 1001001 | 1000011 |
Color Harmonies of #E8D36C
Complementary color
Monochromatic Colors of #E8D36C
Black with #E8D36C
Text Example
Text Example
White with #E8D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D36C; }
p { color: rgb(232,211,108); }
H1.HeaderClassName
{
color: #E8D36C;
}
.AnyTagClassName
{
color: #E8D36C;
}
</style>
background-color css
<style>
a { background-color: #E8D36C; }
a { background-color: rgb(232,211,108); }
div.DivClassName
{
background-color: #E8D36C;
}
.BgClassName
{
background-color: #E8D36C;
}
</style>
border-color css
<style>
span { border-color: #E8D36C; }
span { border-color: rgb(232,211,108); }
td.TdClassName
{
border-color: #E8D36C;
}
.TagClassName
{
border-color: #E8D36C;
}
</style>