Shades of Golden Sand #E5C360
Tints of Golden Sand #E5C360
RGB
CMYK
RGB Variations
Color information
#E5C360 (or 0xE5C360) is known color: Golden Sand. HEX triplet: E5, C3 and 60. RGB value is (229,195,96). Sum of RGB (Red+Green+Blue) = 229+195+96=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C360 is #1A3C9F. Grayscale: #C2C2C2. Windows color (decimal): -1719456 or 6341605. OLE color: 6341605.
HSL color Cylindrical-coordinate representation of color #E5C360: hue angle of 44.66º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C360 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 96 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.10 |
| HSL | 44.66º | 0.72% | 0.64% | - |
| HSV(B) | 44.66º | 0.58% | 0.9% | - |
| XYZ | 53.94 | 56.53 | 19.14 | - |
| YUV | 193.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 96 | 0 | 0.15 | 0.58 | 0.10 | 44.66 | 0.72 | 0.64 |
| Hex | E5 | C3 | 60 | 0 | F | 3A | A | 2D | 48 | 40 |
| Octal | 345 | 303 | 140 | 0 | 17 | 72 | 12 | 55 | 110 | 100 |
| Binary | 11100101 | 11000011 | 1100000 | 0 | 1111 | 111010 | 1010 | 101101 | 1001000 | 1000000 |
Color Harmonies of #E5C360
Complementary color
Monochromatic Colors of #E5C360
Black with #E5C360
Text Example
Text Example
White with #E5C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C360; }
p { color: rgb(229,195,96); }
H1.HeaderClassName
{
color: #E5C360;
}
.AnyTagClassName
{
color: #E5C360;
}
</style>
background-color css
<style>
a { background-color: #E5C360; }
a { background-color: rgb(229,195,96); }
div.DivClassName
{
background-color: #E5C360;
}
.BgClassName
{
background-color: #E5C360;
}
</style>
border-color css
<style>
span { border-color: #E5C360; }
span { border-color: rgb(229,195,96); }
td.TdClassName
{
border-color: #E5C360;
}
.TagClassName
{
border-color: #E5C360;
}
</style>