Shades of Golden Sand #E3C460
Tints of Golden Sand #E3C460
RGB
CMYK
RGB Variations
Color information
#E3C460 (or 0xE3C460) is known color: Golden Sand. HEX triplet: E3, C4 and 60. RGB value is (227,196,96). Sum of RGB (Red+Green+Blue) = 227+196+96=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C460 is #1C3B9F. Grayscale: #C2C2C2. Windows color (decimal): -1850272 or 6341859. OLE color: 6341859.
HSL color Cylindrical-coordinate representation of color #E3C460: hue angle of 45.8º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3C460 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 196 | 96 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.11 |
| HSL | 45.8º | 0.7% | 0.63% | - |
| HSV(B) | 45.8º | 0.58% | 0.89% | - |
| XYZ | 53.53 | 56.66 | 19.18 | - |
| YUV | 193.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 96 | 0 | 0.14 | 0.58 | 0.11 | 45.8 | 0.7 | 0.63 |
| Hex | E3 | C4 | 60 | 0 | E | 3A | B | 2E | 46 | 3F |
| Octal | 343 | 304 | 140 | 0 | 16 | 72 | 13 | 56 | 106 | 77 |
| Binary | 11100011 | 11000100 | 1100000 | 0 | 1110 | 111010 | 1011 | 101110 | 1000110 | 111111 |
Color Harmonies of #E3C460
Complementary color
Monochromatic Colors of #E3C460
Black with #E3C460
Text Example
Text Example
White with #E3C460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C460; }
p { color: rgb(227,196,96); }
H1.HeaderClassName
{
color: #E3C460;
}
.AnyTagClassName
{
color: #E3C460;
}
</style>
background-color css
<style>
a { background-color: #E3C460; }
a { background-color: rgb(227,196,96); }
div.DivClassName
{
background-color: #E3C460;
}
.BgClassName
{
background-color: #E3C460;
}
</style>
border-color css
<style>
span { border-color: #E3C460; }
span { border-color: rgb(227,196,96); }
td.TdClassName
{
border-color: #E3C460;
}
.TagClassName
{
border-color: #E3C460;
}
</style>