Shades of Golden Sand #E5C364
Tints of Golden Sand #E5C364
RGB
CMYK
RGB Variations
Color information
#E5C364 (or 0xE5C364) is known color: Golden Sand. HEX triplet: E5, C3 and 64. RGB value is (229,195,100). Sum of RGB (Red+Green+Blue) = 229+195+100=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C364 is #1A3C9B. Grayscale: #C2C2C2. Windows color (decimal): -1719452 or 6603749. OLE color: 6603749.
HSL color Cylindrical-coordinate representation of color #E5C364: hue angle of 44.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5C364 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 100 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.10 |
| HSL | 44.19º | 0.71% | 0.65% | - |
| HSV(B) | 44.19º | 0.56% | 0.9% | - |
| XYZ | 54.13 | 56.61 | 20.13 | - |
| YUV | 194.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 100 | 0 | 0.15 | 0.56 | 0.10 | 44.19 | 0.71 | 0.65 |
| Hex | E5 | C3 | 64 | 0 | F | 38 | A | 2C | 47 | 41 |
| Octal | 345 | 303 | 144 | 0 | 17 | 70 | 12 | 54 | 107 | 101 |
| Binary | 11100101 | 11000011 | 1100100 | 0 | 1111 | 111000 | 1010 | 101100 | 1000111 | 1000001 |
Color Harmonies of #E5C364
Complementary color
Monochromatic Colors of #E5C364
Black with #E5C364
Text Example
Text Example
White with #E5C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C364; }
p { color: rgb(229,195,100); }
H1.HeaderClassName
{
color: #E5C364;
}
.AnyTagClassName
{
color: #E5C364;
}
</style>
background-color css
<style>
a { background-color: #E5C364; }
a { background-color: rgb(229,195,100); }
div.DivClassName
{
background-color: #E5C364;
}
.BgClassName
{
background-color: #E5C364;
}
</style>
border-color css
<style>
span { border-color: #E5C364; }
span { border-color: rgb(229,195,100); }
td.TdClassName
{
border-color: #E5C364;
}
.TagClassName
{
border-color: #E5C364;
}
</style>