Shades of Golden Sand #E6C86D
Tints of Golden Sand #E6C86D
RGB
CMYK
RGB Variations
Color information
#E6C86D (or 0xE6C86D) is known color: Golden Sand. HEX triplet: E6, C8 and 6D. RGB value is (230,200,109). Sum of RGB (Red+Green+Blue) = 230+200+109=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C86D is #193792. Grayscale: #C6C6C6. Windows color (decimal): -1652627 or 7194854. OLE color: 7194854.
HSL color Cylindrical-coordinate representation of color #E6C86D: hue angle of 45.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6C86D is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 109 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.10 |
| HSL | 45.12º | 0.71% | 0.66% | - |
| HSV(B) | 45.12º | 0.53% | 0.9% | - |
| XYZ | 56.05 | 59.24 | 22.95 | - |
| YUV | 198.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 109 | 0 | 0.13 | 0.53 | 0.10 | 45.12 | 0.71 | 0.66 |
| Hex | E6 | C8 | 6D | 0 | D | 35 | A | 2D | 47 | 42 |
| Octal | 346 | 310 | 155 | 0 | 15 | 65 | 12 | 55 | 107 | 102 |
| Binary | 11100110 | 11001000 | 1101101 | 0 | 1101 | 110101 | 1010 | 101101 | 1000111 | 1000010 |
Color Harmonies of #E6C86D
Complementary color
Monochromatic Colors of #E6C86D
Black with #E6C86D
Text Example
Text Example
White with #E6C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C86D; }
p { color: rgb(230,200,109); }
H1.HeaderClassName
{
color: #E6C86D;
}
.AnyTagClassName
{
color: #E6C86D;
}
</style>
background-color css
<style>
a { background-color: #E6C86D; }
a { background-color: rgb(230,200,109); }
div.DivClassName
{
background-color: #E6C86D;
}
.BgClassName
{
background-color: #E6C86D;
}
</style>
border-color css
<style>
span { border-color: #E6C86D; }
span { border-color: rgb(230,200,109); }
td.TdClassName
{
border-color: #E6C86D;
}
.TagClassName
{
border-color: #E6C86D;
}
</style>