Shades of Golden Sand #E5C85D
Tints of Golden Sand #E5C85D
RGB
CMYK
RGB Variations
Color information
#E5C85D (or 0xE5C85D) is known color: Golden Sand. HEX triplet: E5, C8 and 5D. RGB value is (229,200,93). Sum of RGB (Red+Green+Blue) = 229+200+93=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C85D is #1A37A2. Grayscale: #C4C4C4. Windows color (decimal): -1718179 or 6146277. OLE color: 6146277.
HSL color Cylindrical-coordinate representation of color #E5C85D: hue angle of 47.21º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5C85D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 93 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.10 |
| HSL | 47.21º | 0.72% | 0.63% | - |
| HSV(B) | 47.21º | 0.59% | 0.9% | - |
| XYZ | 54.94 | 58.76 | 18.8 | - |
| YUV | 196.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 93 | 0 | 0.13 | 0.59 | 0.10 | 47.21 | 0.72 | 0.63 |
| Hex | E5 | C8 | 5D | 0 | D | 3B | A | 2F | 48 | 3F |
| Octal | 345 | 310 | 135 | 0 | 15 | 73 | 12 | 57 | 110 | 77 |
| Binary | 11100101 | 11001000 | 1011101 | 0 | 1101 | 111011 | 1010 | 101111 | 1001000 | 111111 |
Color Harmonies of #E5C85D
Complementary color
Monochromatic Colors of #E5C85D
Black with #E5C85D
Text Example
Text Example
White with #E5C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C85D; }
p { color: rgb(229,200,93); }
H1.HeaderClassName
{
color: #E5C85D;
}
.AnyTagClassName
{
color: #E5C85D;
}
</style>
background-color css
<style>
a { background-color: #E5C85D; }
a { background-color: rgb(229,200,93); }
div.DivClassName
{
background-color: #E5C85D;
}
.BgClassName
{
background-color: #E5C85D;
}
</style>
border-color css
<style>
span { border-color: #E5C85D; }
span { border-color: rgb(229,200,93); }
td.TdClassName
{
border-color: #E5C85D;
}
.TagClassName
{
border-color: #E5C85D;
}
</style>