Shades of Golden Sand #E9C86A
Tints of Golden Sand #E9C86A
RGB
CMYK
RGB Variations
Color information
#E9C86A (or 0xE9C86A) is known color: Golden Sand. HEX triplet: E9, C8 and 6A. RGB value is (233,200,106). Sum of RGB (Red+Green+Blue) = 233+200+106=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C86A is #163795. Grayscale: #C7C7C7. Windows color (decimal): -1456022 or 6998249. OLE color: 6998249.
HSL color Cylindrical-coordinate representation of color #E9C86A: hue angle of 44.41º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9C86A is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 106 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.09 |
| HSL | 44.41º | 0.74% | 0.66% | - |
| HSV(B) | 44.41º | 0.55% | 0.91% | - |
| XYZ | 56.86 | 59.67 | 22.16 | - |
| YUV | 199.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 106 | 0 | 0.14 | 0.55 | 0.09 | 44.41 | 0.74 | 0.66 |
| Hex | E9 | C8 | 6A | 0 | E | 37 | 9 | 2C | 4A | 42 |
| Octal | 351 | 310 | 152 | 0 | 16 | 67 | 11 | 54 | 112 | 102 |
| Binary | 11101001 | 11001000 | 1101010 | 0 | 1110 | 110111 | 1001 | 101100 | 1001010 | 1000010 |
Color Harmonies of #E9C86A
Complementary color
Monochromatic Colors of #E9C86A
Black with #E9C86A
Text Example
Text Example
White with #E9C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C86A; }
p { color: rgb(233,200,106); }
H1.HeaderClassName
{
color: #E9C86A;
}
.AnyTagClassName
{
color: #E9C86A;
}
</style>
background-color css
<style>
a { background-color: #E9C86A; }
a { background-color: rgb(233,200,106); }
div.DivClassName
{
background-color: #E9C86A;
}
.BgClassName
{
background-color: #E9C86A;
}
</style>
border-color css
<style>
span { border-color: #E9C86A; }
span { border-color: rgb(233,200,106); }
td.TdClassName
{
border-color: #E9C86A;
}
.TagClassName
{
border-color: #E9C86A;
}
</style>