Shades of Golden Sand #E5C86A
Tints of Golden Sand #E5C86A
RGB
CMYK
RGB Variations
Color information
#E5C86A (or 0xE5C86A) is known color: Golden Sand. HEX triplet: E5, C8 and 6A. RGB value is (229,200,106). Sum of RGB (Red+Green+Blue) = 229+200+106=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C86A is #1A3795. Grayscale: #C6C6C6. Windows color (decimal): -1718166 or 6998245. OLE color: 6998245.
HSL color Cylindrical-coordinate representation of color #E5C86A: hue angle of 45.85º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5C86A is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 106 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.10 |
| HSL | 45.85º | 0.7% | 0.66% | - |
| HSV(B) | 45.85º | 0.54% | 0.9% | - |
| XYZ | 55.57 | 59.01 | 22.1 | - |
| YUV | 197.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 106 | 0 | 0.13 | 0.54 | 0.10 | 45.85 | 0.7 | 0.66 |
| Hex | E5 | C8 | 6A | 0 | D | 36 | A | 2E | 46 | 42 |
| Octal | 345 | 310 | 152 | 0 | 15 | 66 | 12 | 56 | 106 | 102 |
| Binary | 11100101 | 11001000 | 1101010 | 0 | 1101 | 110110 | 1010 | 101110 | 1000110 | 1000010 |
Color Harmonies of #E5C86A
Complementary color
Monochromatic Colors of #E5C86A
Black with #E5C86A
Text Example
Text Example
White with #E5C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C86A; }
p { color: rgb(229,200,106); }
H1.HeaderClassName
{
color: #E5C86A;
}
.AnyTagClassName
{
color: #E5C86A;
}
</style>
background-color css
<style>
a { background-color: #E5C86A; }
a { background-color: rgb(229,200,106); }
div.DivClassName
{
background-color: #E5C86A;
}
.BgClassName
{
background-color: #E5C86A;
}
</style>
border-color css
<style>
span { border-color: #E5C86A; }
span { border-color: rgb(229,200,106); }
td.TdClassName
{
border-color: #E5C86A;
}
.TagClassName
{
border-color: #E5C86A;
}
</style>