Shades of Golden Sand #E7C86E
Tints of Golden Sand #E7C86E
RGB
CMYK
RGB Variations
Color information
#E7C86E (or 0xE7C86E) is known color: Golden Sand. HEX triplet: E7, C8 and 6E. RGB value is (231,200,110). Sum of RGB (Red+Green+Blue) = 231+200+110=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C86E is #183791. Grayscale: #C7C7C7. Windows color (decimal): -1587090 or 7260391. OLE color: 7260391.
HSL color Cylindrical-coordinate representation of color #E7C86E: hue angle of 44.63º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7C86E is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 110 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.09 |
| HSL | 44.63º | 0.72% | 0.67% | - |
| HSV(B) | 44.63º | 0.52% | 0.91% | - |
| XYZ | 56.42 | 59.42 | 23.25 | - |
| YUV | 199.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 110 | 0 | 0.13 | 0.52 | 0.09 | 44.63 | 0.72 | 0.67 |
| Hex | E7 | C8 | 6E | 0 | D | 34 | 9 | 2D | 48 | 43 |
| Octal | 347 | 310 | 156 | 0 | 15 | 64 | 11 | 55 | 110 | 103 |
| Binary | 11100111 | 11001000 | 1101110 | 0 | 1101 | 110100 | 1001 | 101101 | 1001000 | 1000011 |
Color Harmonies of #E7C86E
Complementary color
Monochromatic Colors of #E7C86E
Black with #E7C86E
Text Example
Text Example
White with #E7C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C86E; }
p { color: rgb(231,200,110); }
H1.HeaderClassName
{
color: #E7C86E;
}
.AnyTagClassName
{
color: #E7C86E;
}
</style>
background-color css
<style>
a { background-color: #E7C86E; }
a { background-color: rgb(231,200,110); }
div.DivClassName
{
background-color: #E7C86E;
}
.BgClassName
{
background-color: #E7C86E;
}
</style>
border-color css
<style>
span { border-color: #E7C86E; }
span { border-color: rgb(231,200,110); }
td.TdClassName
{
border-color: #E7C86E;
}
.TagClassName
{
border-color: #E7C86E;
}
</style>