Shades of Golden Sand #E6C96C
Tints of Golden Sand #E6C96C
RGB
CMYK
RGB Variations
Color information
#E6C96C (or 0xE6C96C) is known color: Golden Sand. HEX triplet: E6, C9 and 6C. RGB value is (230,201,108). Sum of RGB (Red+Green+Blue) = 230+201+108=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C96C is #193693. Grayscale: #C7C7C7. Windows color (decimal): -1652372 or 7129574. OLE color: 7129574.
HSL color Cylindrical-coordinate representation of color #E6C96C: hue angle of 45.74º 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 #E6C96C is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 108 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.10 |
| HSL | 45.74º | 0.71% | 0.66% | - |
| HSV(B) | 45.74º | 0.53% | 0.9% | - |
| XYZ | 56.23 | 59.68 | 22.74 | - |
| YUV | 199.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 108 | 0 | 0.13 | 0.53 | 0.10 | 45.74 | 0.71 | 0.66 |
| Hex | E6 | C9 | 6C | 0 | D | 35 | A | 2E | 47 | 42 |
| Octal | 346 | 311 | 154 | 0 | 15 | 65 | 12 | 56 | 107 | 102 |
| Binary | 11100110 | 11001001 | 1101100 | 0 | 1101 | 110101 | 1010 | 101110 | 1000111 | 1000010 |
Color Harmonies of #E6C96C
Complementary color
Monochromatic Colors of #E6C96C
Black with #E6C96C
Text Example
Text Example
White with #E6C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C96C; }
p { color: rgb(230,201,108); }
H1.HeaderClassName
{
color: #E6C96C;
}
.AnyTagClassName
{
color: #E6C96C;
}
</style>
background-color css
<style>
a { background-color: #E6C96C; }
a { background-color: rgb(230,201,108); }
div.DivClassName
{
background-color: #E6C96C;
}
.BgClassName
{
background-color: #E6C96C;
}
</style>
border-color css
<style>
span { border-color: #E6C96C; }
span { border-color: rgb(230,201,108); }
td.TdClassName
{
border-color: #E6C96C;
}
.TagClassName
{
border-color: #E6C96C;
}
</style>