Shades of Golden Sand #E8D16C
Tints of Golden Sand #E8D16C
RGB
CMYK
RGB Variations
Color information
#E8D16C (or 0xE8D16C) is known color: Golden Sand. HEX triplet: E8, D1 and 6C. RGB value is (232,209,108). Sum of RGB (Red+Green+Blue) = 232+209+108=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D16C is #172E93. Grayscale: #CCCCCC. Windows color (decimal): -1519252 or 7131624. OLE color: 7131624.
HSL color Cylindrical-coordinate representation of color #E8D16C: hue angle of 48.87º 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 #E8D16C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 108 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.09 |
| HSL | 48.87º | 0.73% | 0.67% | - |
| HSV(B) | 48.87º | 0.53% | 0.91% | - |
| XYZ | 58.79 | 63.84 | 23.41 | - |
| YUV | 204.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 108 | 0 | 0.10 | 0.53 | 0.09 | 48.87 | 0.73 | 0.67 |
| Hex | E8 | D1 | 6C | 0 | A | 35 | 9 | 31 | 49 | 43 |
| Octal | 350 | 321 | 154 | 0 | 12 | 65 | 11 | 61 | 111 | 103 |
| Binary | 11101000 | 11010001 | 1101100 | 0 | 1010 | 110101 | 1001 | 110001 | 1001001 | 1000011 |
Color Harmonies of #E8D16C
Complementary color
Monochromatic Colors of #E8D16C
Black with #E8D16C
Text Example
Text Example
White with #E8D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D16C; }
p { color: rgb(232,209,108); }
H1.HeaderClassName
{
color: #E8D16C;
}
.AnyTagClassName
{
color: #E8D16C;
}
</style>
background-color css
<style>
a { background-color: #E8D16C; }
a { background-color: rgb(232,209,108); }
div.DivClassName
{
background-color: #E8D16C;
}
.BgClassName
{
background-color: #E8D16C;
}
</style>
border-color css
<style>
span { border-color: #E8D16C; }
span { border-color: rgb(232,209,108); }
td.TdClassName
{
border-color: #E8D16C;
}
.TagClassName
{
border-color: #E8D16C;
}
</style>