Shades of Golden Sand #E4C560
Tints of Golden Sand #E4C560
RGB
CMYK
RGB Variations
Color information
#E4C560 (or 0xE4C560) is known color: Golden Sand. HEX triplet: E4, C5 and 60. RGB value is (228,197,96). Sum of RGB (Red+Green+Blue) = 228+197+96=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C560 is #1B3A9F. Grayscale: #C3C3C3. Windows color (decimal): -1784480 or 6342116. OLE color: 6342116.
HSL color Cylindrical-coordinate representation of color #E4C560: hue angle of 45.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4C560 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 197 | 96 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.11 |
| HSL | 45.91º | 0.71% | 0.64% | - |
| HSV(B) | 45.91º | 0.58% | 0.89% | - |
| XYZ | 54.07 | 57.27 | 19.27 | - |
| YUV | 194.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 197 | 96 | 0 | 0.14 | 0.58 | 0.11 | 45.91 | 0.71 | 0.64 |
| Hex | E4 | C5 | 60 | 0 | E | 3A | B | 2E | 47 | 40 |
| Octal | 344 | 305 | 140 | 0 | 16 | 72 | 13 | 56 | 107 | 100 |
| Binary | 11100100 | 11000101 | 1100000 | 0 | 1110 | 111010 | 1011 | 101110 | 1000111 | 1000000 |
Color Harmonies of #E4C560
Complementary color
Monochromatic Colors of #E4C560
Black with #E4C560
Text Example
Text Example
White with #E4C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C560; }
p { color: rgb(228,197,96); }
H1.HeaderClassName
{
color: #E4C560;
}
.AnyTagClassName
{
color: #E4C560;
}
</style>
background-color css
<style>
a { background-color: #E4C560; }
a { background-color: rgb(228,197,96); }
div.DivClassName
{
background-color: #E4C560;
}
.BgClassName
{
background-color: #E4C560;
}
</style>
border-color css
<style>
span { border-color: #E4C560; }
span { border-color: rgb(228,197,96); }
td.TdClassName
{
border-color: #E4C560;
}
.TagClassName
{
border-color: #E4C560;
}
</style>