Shades of Golden Sand #E8C96E
Tints of Golden Sand #E8C96E
RGB
CMYK
RGB Variations
Color information
#E8C96E (or 0xE8C96E) is known color: Golden Sand. HEX triplet: E8, C9 and 6E. RGB value is (232,201,110). Sum of RGB (Red+Green+Blue) = 232+201+110=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C96E is #173691. Grayscale: #C8C8C8. Windows color (decimal): -1521298 or 7260648. OLE color: 7260648.
HSL color Cylindrical-coordinate representation of color #E8C96E: hue angle of 44.75º 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 #E8C96E is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 110 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.09 |
| HSL | 44.75º | 0.73% | 0.67% | - |
| HSV(B) | 44.75º | 0.53% | 0.91% | - |
| XYZ | 56.98 | 60.05 | 23.34 | - |
| YUV | 199.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 110 | 0 | 0.13 | 0.53 | 0.09 | 44.75 | 0.73 | 0.67 |
| Hex | E8 | C9 | 6E | 0 | D | 35 | 9 | 2D | 49 | 43 |
| Octal | 350 | 311 | 156 | 0 | 15 | 65 | 11 | 55 | 111 | 103 |
| Binary | 11101000 | 11001001 | 1101110 | 0 | 1101 | 110101 | 1001 | 101101 | 1001001 | 1000011 |
Color Harmonies of #E8C96E
Complementary color
Monochromatic Colors of #E8C96E
Black with #E8C96E
Text Example
Text Example
White with #E8C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C96E; }
p { color: rgb(232,201,110); }
H1.HeaderClassName
{
color: #E8C96E;
}
.AnyTagClassName
{
color: #E8C96E;
}
</style>
background-color css
<style>
a { background-color: #E8C96E; }
a { background-color: rgb(232,201,110); }
div.DivClassName
{
background-color: #E8C96E;
}
.BgClassName
{
background-color: #E8C96E;
}
</style>
border-color css
<style>
span { border-color: #E8C96E; }
span { border-color: rgb(232,201,110); }
td.TdClassName
{
border-color: #E8C96E;
}
.TagClassName
{
border-color: #E8C96E;
}
</style>