Shades of Golden Sand #E8D36D
Tints of Golden Sand #E8D36D
RGB
CMYK
RGB Variations
Color information
#E8D36D (or 0xE8D36D) is known color: Golden Sand. HEX triplet: E8, D3 and 6D. RGB value is (232,211,109). Sum of RGB (Red+Green+Blue) = 232+211+109=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D36D is #172C92. Grayscale: #CECECE. Windows color (decimal): -1518739 or 7197672. OLE color: 7197672.
HSL color Cylindrical-coordinate representation of color #E8D36D: hue angle of 49.76º 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 #E8D36D is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 109 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.09 |
| HSL | 49.76º | 0.73% | 0.67% | - |
| HSV(B) | 49.76º | 0.53% | 0.91% | - |
| XYZ | 59.33 | 64.85 | 23.86 | - |
| YUV | 205.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 109 | 0 | 0.09 | 0.53 | 0.09 | 49.76 | 0.73 | 0.67 |
| Hex | E8 | D3 | 6D | 0 | 9 | 35 | 9 | 32 | 49 | 43 |
| Octal | 350 | 323 | 155 | 0 | 11 | 65 | 11 | 62 | 111 | 103 |
| Binary | 11101000 | 11010011 | 1101101 | 0 | 1001 | 110101 | 1001 | 110010 | 1001001 | 1000011 |
Color Harmonies of #E8D36D
Complementary color
Monochromatic Colors of #E8D36D
Black with #E8D36D
Text Example
Text Example
White with #E8D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D36D; }
p { color: rgb(232,211,109); }
H1.HeaderClassName
{
color: #E8D36D;
}
.AnyTagClassName
{
color: #E8D36D;
}
</style>
background-color css
<style>
a { background-color: #E8D36D; }
a { background-color: rgb(232,211,109); }
div.DivClassName
{
background-color: #E8D36D;
}
.BgClassName
{
background-color: #E8D36D;
}
</style>
border-color css
<style>
span { border-color: #E8D36D; }
span { border-color: rgb(232,211,109); }
td.TdClassName
{
border-color: #E8D36D;
}
.TagClassName
{
border-color: #E8D36D;
}
</style>