Shades of Golden Sand #E3C464
Tints of Golden Sand #E3C464
RGB
CMYK
RGB Variations
Color information
#E3C464 (or 0xE3C464) is known color: Golden Sand. HEX triplet: E3, C4 and 64. RGB value is (227,196,100). Sum of RGB (Red+Green+Blue) = 227+196+100=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C464 is #1C3B9B. Grayscale: #C2C2C2. Windows color (decimal): -1850268 or 6604003. OLE color: 6604003.
HSL color Cylindrical-coordinate representation of color #E3C464: hue angle of 45.35º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3C464 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 196 | 100 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.11 |
| HSL | 45.35º | 0.69% | 0.64% | - |
| HSV(B) | 45.35º | 0.56% | 0.89% | - |
| XYZ | 53.72 | 56.73 | 20.18 | - |
| YUV | 194.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 100 | 0 | 0.14 | 0.56 | 0.11 | 45.35 | 0.69 | 0.64 |
| Hex | E3 | C4 | 64 | 0 | E | 38 | B | 2D | 45 | 40 |
| Octal | 343 | 304 | 144 | 0 | 16 | 70 | 13 | 55 | 105 | 100 |
| Binary | 11100011 | 11000100 | 1100100 | 0 | 1110 | 111000 | 1011 | 101101 | 1000101 | 1000000 |
Color Harmonies of #E3C464
Complementary color
Monochromatic Colors of #E3C464
Black with #E3C464
Text Example
Text Example
White with #E3C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C464; }
p { color: rgb(227,196,100); }
H1.HeaderClassName
{
color: #E3C464;
}
.AnyTagClassName
{
color: #E3C464;
}
</style>
background-color css
<style>
a { background-color: #E3C464; }
a { background-color: rgb(227,196,100); }
div.DivClassName
{
background-color: #E3C464;
}
.BgClassName
{
background-color: #E3C464;
}
</style>
border-color css
<style>
span { border-color: #E3C464; }
span { border-color: rgb(227,196,100); }
td.TdClassName
{
border-color: #E3C464;
}
.TagClassName
{
border-color: #E3C464;
}
</style>