Shades of Golden Sand #E7C96E
Tints of Golden Sand #E7C96E
RGB
CMYK
RGB Variations
Color information
#E7C96E (or 0xE7C96E) is known color: Golden Sand. HEX triplet: E7, C9 and 6E. RGB value is (231,201,110). Sum of RGB (Red+Green+Blue) = 231+201+110=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C96E is #183691. Grayscale: #C7C7C7. Windows color (decimal): -1586834 or 7260647. OLE color: 7260647.
HSL color Cylindrical-coordinate representation of color #E7C96E: hue angle of 45.12º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7C96E is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 110 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.09 |
| HSL | 45.12º | 0.72% | 0.67% | - |
| HSV(B) | 45.12º | 0.52% | 0.91% | - |
| XYZ | 56.66 | 59.89 | 23.33 | - |
| YUV | 199.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 110 | 0 | 0.13 | 0.52 | 0.09 | 45.12 | 0.72 | 0.67 |
| Hex | E7 | C9 | 6E | 0 | D | 34 | 9 | 2D | 48 | 43 |
| Octal | 347 | 311 | 156 | 0 | 15 | 64 | 11 | 55 | 110 | 103 |
| Binary | 11100111 | 11001001 | 1101110 | 0 | 1101 | 110100 | 1001 | 101101 | 1001000 | 1000011 |
Color Harmonies of #E7C96E
Complementary color
Monochromatic Colors of #E7C96E
Black with #E7C96E
Text Example
Text Example
White with #E7C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C96E; }
p { color: rgb(231,201,110); }
H1.HeaderClassName
{
color: #E7C96E;
}
.AnyTagClassName
{
color: #E7C96E;
}
</style>
background-color css
<style>
a { background-color: #E7C96E; }
a { background-color: rgb(231,201,110); }
div.DivClassName
{
background-color: #E7C96E;
}
.BgClassName
{
background-color: #E7C96E;
}
</style>
border-color css
<style>
span { border-color: #E7C96E; }
span { border-color: rgb(231,201,110); }
td.TdClassName
{
border-color: #E7C96E;
}
.TagClassName
{
border-color: #E7C96E;
}
</style>