Shades of Golden Sand #E3C96C
Tints of Golden Sand #E3C96C
RGB
CMYK
RGB Variations
Color information
#E3C96C (or 0xE3C96C) is known color: Golden Sand. HEX triplet: E3, C9 and 6C. RGB value is (227,201,108). Sum of RGB (Red+Green+Blue) = 227+201+108=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C96C is #1C3693. Grayscale: #C6C6C6. Windows color (decimal): -1848980 or 7129571. OLE color: 7129571.
HSL color Cylindrical-coordinate representation of color #E3C96C: hue angle of 46.89º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3C96C is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 108 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.11 |
| HSL | 46.89º | 0.68% | 0.66% | - |
| HSV(B) | 46.89º | 0.52% | 0.89% | - |
| XYZ | 55.27 | 59.19 | 22.7 | - |
| YUV | 198.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 108 | 0 | 0.11 | 0.52 | 0.11 | 46.89 | 0.68 | 0.66 |
| Hex | E3 | C9 | 6C | 0 | B | 34 | B | 2F | 44 | 42 |
| Octal | 343 | 311 | 154 | 0 | 13 | 64 | 13 | 57 | 104 | 102 |
| Binary | 11100011 | 11001001 | 1101100 | 0 | 1011 | 110100 | 1011 | 101111 | 1000100 | 1000010 |
Color Harmonies of #E3C96C
Complementary color
Monochromatic Colors of #E3C96C
Black with #E3C96C
Text Example
Text Example
White with #E3C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C96C; }
p { color: rgb(227,201,108); }
H1.HeaderClassName
{
color: #E3C96C;
}
.AnyTagClassName
{
color: #E3C96C;
}
</style>
background-color css
<style>
a { background-color: #E3C96C; }
a { background-color: rgb(227,201,108); }
div.DivClassName
{
background-color: #E3C96C;
}
.BgClassName
{
background-color: #E3C96C;
}
</style>
border-color css
<style>
span { border-color: #E3C96C; }
span { border-color: rgb(227,201,108); }
td.TdClassName
{
border-color: #E3C96C;
}
.TagClassName
{
border-color: #E3C96C;
}
</style>