Shades of Golden Sand #E0C95D
Tints of Golden Sand #E0C95D
RGB
CMYK
RGB Variations
Color information
#E0C95D (or 0xE0C95D) is known color: Golden Sand. HEX triplet: E0, C9 and 5D. RGB value is (224,201,93). Sum of RGB (Red+Green+Blue) = 224+201+93=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C95D is #1F36A2. Grayscale: #C4C4C4. Windows color (decimal): -2045603 or 6146528. OLE color: 6146528.
HSL color Cylindrical-coordinate representation of color #E0C95D: hue angle of 49.47º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0C95D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 93 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.12 |
| HSL | 49.47º | 0.68% | 0.62% | - |
| HSV(B) | 49.47º | 0.58% | 0.88% | - |
| XYZ | 53.6 | 58.41 | 18.81 | - |
| YUV | 195.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 93 | 0 | 0.10 | 0.58 | 0.12 | 49.47 | 0.68 | 0.62 |
| Hex | E0 | C9 | 5D | 0 | A | 3A | C | 31 | 44 | 3E |
| Octal | 340 | 311 | 135 | 0 | 12 | 72 | 14 | 61 | 104 | 76 |
| Binary | 11100000 | 11001001 | 1011101 | 0 | 1010 | 111010 | 1100 | 110001 | 1000100 | 111110 |
Color Harmonies of #E0C95D
Complementary color
Monochromatic Colors of #E0C95D
Black with #E0C95D
Text Example
Text Example
White with #E0C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C95D; }
p { color: rgb(224,201,93); }
H1.HeaderClassName
{
color: #E0C95D;
}
.AnyTagClassName
{
color: #E0C95D;
}
</style>
background-color css
<style>
a { background-color: #E0C95D; }
a { background-color: rgb(224,201,93); }
div.DivClassName
{
background-color: #E0C95D;
}
.BgClassName
{
background-color: #E0C95D;
}
</style>
border-color css
<style>
span { border-color: #E0C95D; }
span { border-color: rgb(224,201,93); }
td.TdClassName
{
border-color: #E0C95D;
}
.TagClassName
{
border-color: #E0C95D;
}
</style>