Shades of Golden Sand #E2C560
Tints of Golden Sand #E2C560
RGB
CMYK
RGB Variations
Color information
#E2C560 (or 0xE2C560) is known color: Golden Sand. HEX triplet: E2, C5 and 60. RGB value is (226,197,96). Sum of RGB (Red+Green+Blue) = 226+197+96=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C560 is #1D3A9F. Grayscale: #C2C2C2. Windows color (decimal): -1915552 or 6342114. OLE color: 6342114.
HSL color Cylindrical-coordinate representation of color #E2C560: hue angle of 46.62º degrees, saturation: 0.69, 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 #E2C560 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 96 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.11 |
| HSL | 46.62º | 0.69% | 0.63% | - |
| HSV(B) | 46.62º | 0.58% | 0.89% | - |
| XYZ | 53.44 | 56.95 | 19.24 | - |
| YUV | 194.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 96 | 0 | 0.13 | 0.58 | 0.11 | 46.62 | 0.69 | 0.63 |
| Hex | E2 | C5 | 60 | 0 | D | 3A | B | 2F | 45 | 3F |
| Octal | 342 | 305 | 140 | 0 | 15 | 72 | 13 | 57 | 105 | 77 |
| Binary | 11100010 | 11000101 | 1100000 | 0 | 1101 | 111010 | 1011 | 101111 | 1000101 | 111111 |
Color Harmonies of #E2C560
Complementary color
Monochromatic Colors of #E2C560
Black with #E2C560
Text Example
Text Example
White with #E2C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C560; }
p { color: rgb(226,197,96); }
H1.HeaderClassName
{
color: #E2C560;
}
.AnyTagClassName
{
color: #E2C560;
}
</style>
background-color css
<style>
a { background-color: #E2C560; }
a { background-color: rgb(226,197,96); }
div.DivClassName
{
background-color: #E2C560;
}
.BgClassName
{
background-color: #E2C560;
}
</style>
border-color css
<style>
span { border-color: #E2C560; }
span { border-color: rgb(226,197,96); }
td.TdClassName
{
border-color: #E2C560;
}
.TagClassName
{
border-color: #E2C560;
}
</style>