Shades of Golden Sand #E3C362
Tints of Golden Sand #E3C362
RGB
CMYK
RGB Variations
Color information
#E3C362 (or 0xE3C362) is known color: Golden Sand. HEX triplet: E3, C3 and 62. RGB value is (227,195,98). Sum of RGB (Red+Green+Blue) = 227+195+98=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C362 is #1C3C9D. Grayscale: #C1C1C1. Windows color (decimal): -1850526 or 6472675. OLE color: 6472675.
HSL color Cylindrical-coordinate representation of color #E3C362: hue angle of 45.12º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E3C362 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 98 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.11 |
| HSL | 45.12º | 0.7% | 0.64% | - |
| HSV(B) | 45.12º | 0.57% | 0.89% | - |
| XYZ | 53.4 | 56.24 | 19.6 | - |
| YUV | 193.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 98 | 0 | 0.14 | 0.57 | 0.11 | 45.12 | 0.7 | 0.64 |
| Hex | E3 | C3 | 62 | 0 | E | 39 | B | 2D | 46 | 40 |
| Octal | 343 | 303 | 142 | 0 | 16 | 71 | 13 | 55 | 106 | 100 |
| Binary | 11100011 | 11000011 | 1100010 | 0 | 1110 | 111001 | 1011 | 101101 | 1000110 | 1000000 |
Color Harmonies of #E3C362
Complementary color
Monochromatic Colors of #E3C362
Black with #E3C362
Text Example
Text Example
White with #E3C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C362; }
p { color: rgb(227,195,98); }
H1.HeaderClassName
{
color: #E3C362;
}
.AnyTagClassName
{
color: #E3C362;
}
</style>
background-color css
<style>
a { background-color: #E3C362; }
a { background-color: rgb(227,195,98); }
div.DivClassName
{
background-color: #E3C362;
}
.BgClassName
{
background-color: #E3C362;
}
</style>
border-color css
<style>
span { border-color: #E3C362; }
span { border-color: rgb(227,195,98); }
td.TdClassName
{
border-color: #E3C362;
}
.TagClassName
{
border-color: #E3C362;
}
</style>