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