Shades of Golden Sand #E2C360
Tints of Golden Sand #E2C360
RGB
CMYK
RGB Variations
Color information
#E2C360 (or 0xE2C360) is known color: Golden Sand. HEX triplet: E2, C3 and 60. RGB value is (226,195,96). Sum of RGB (Red+Green+Blue) = 226+195+96=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C360 is #1D3C9F. Grayscale: #C1C1C1. Windows color (decimal): -1916064 or 6341602. OLE color: 6341602.
HSL color Cylindrical-coordinate representation of color #E2C360: hue angle of 45.69º 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 #E2C360 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 96 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.11 |
| HSL | 45.69º | 0.69% | 0.63% | - |
| HSV(B) | 45.69º | 0.58% | 0.89% | - |
| XYZ | 52.99 | 56.04 | 19.09 | - |
| YUV | 192.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 96 | 0 | 0.14 | 0.58 | 0.11 | 45.69 | 0.69 | 0.63 |
| Hex | E2 | C3 | 60 | 0 | E | 3A | B | 2E | 45 | 3F |
| Octal | 342 | 303 | 140 | 0 | 16 | 72 | 13 | 56 | 105 | 77 |
| Binary | 11100010 | 11000011 | 1100000 | 0 | 1110 | 111010 | 1011 | 101110 | 1000101 | 111111 |
Color Harmonies of #E2C360
Complementary color
Monochromatic Colors of #E2C360
Black with #E2C360
Text Example
Text Example
White with #E2C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C360; }
p { color: rgb(226,195,96); }
H1.HeaderClassName
{
color: #E2C360;
}
.AnyTagClassName
{
color: #E2C360;
}
</style>
background-color css
<style>
a { background-color: #E2C360; }
a { background-color: rgb(226,195,96); }
div.DivClassName
{
background-color: #E2C360;
}
.BgClassName
{
background-color: #E2C360;
}
</style>
border-color css
<style>
span { border-color: #E2C360; }
span { border-color: rgb(226,195,96); }
td.TdClassName
{
border-color: #E2C360;
}
.TagClassName
{
border-color: #E2C360;
}
</style>