Shades of Golden Sand #E8C86E
Tints of Golden Sand #E8C86E
RGB
CMYK
RGB Variations
Color information
#E8C86E (or 0xE8C86E) is known color: Golden Sand. HEX triplet: E8, C8 and 6E. RGB value is (232,200,110). Sum of RGB (Red+Green+Blue) = 232+200+110=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C86E is #173791. Grayscale: #C7C7C7. Windows color (decimal): -1521554 or 7260392. OLE color: 7260392.
HSL color Cylindrical-coordinate representation of color #E8C86E: hue angle of 44.26º 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 #E8C86E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 110 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.09 |
| HSL | 44.26º | 0.73% | 0.67% | - |
| HSV(B) | 44.26º | 0.53% | 0.91% | - |
| XYZ | 56.75 | 59.59 | 23.26 | - |
| YUV | 199.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 110 | 0 | 0.14 | 0.53 | 0.09 | 44.26 | 0.73 | 0.67 |
| Hex | E8 | C8 | 6E | 0 | E | 35 | 9 | 2C | 49 | 43 |
| Octal | 350 | 310 | 156 | 0 | 16 | 65 | 11 | 54 | 111 | 103 |
| Binary | 11101000 | 11001000 | 1101110 | 0 | 1110 | 110101 | 1001 | 101100 | 1001001 | 1000011 |
Color Harmonies of #E8C86E
Complementary color
Monochromatic Colors of #E8C86E
Black with #E8C86E
Text Example
Text Example
White with #E8C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C86E; }
p { color: rgb(232,200,110); }
H1.HeaderClassName
{
color: #E8C86E;
}
.AnyTagClassName
{
color: #E8C86E;
}
</style>
background-color css
<style>
a { background-color: #E8C86E; }
a { background-color: rgb(232,200,110); }
div.DivClassName
{
background-color: #E8C86E;
}
.BgClassName
{
background-color: #E8C86E;
}
</style>
border-color css
<style>
span { border-color: #E8C86E; }
span { border-color: rgb(232,200,110); }
td.TdClassName
{
border-color: #E8C86E;
}
.TagClassName
{
border-color: #E8C86E;
}
</style>