Shades of Golden Sand #E0C75B
Tints of Golden Sand #E0C75B
RGB
CMYK
RGB Variations
Color information
#E0C75B (or 0xE0C75B) is known color: Golden Sand. HEX triplet: E0, C7 and 5B. RGB value is (224,199,91). Sum of RGB (Red+Green+Blue) = 224+199+91=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C75B is #1F38A4. Grayscale: #C2C2C2. Windows color (decimal): -2046117 or 6014944. OLE color: 6014944.
HSL color Cylindrical-coordinate representation of color #E0C75B: hue angle of 48.72º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0C75B is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 91 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.12 |
| HSL | 48.72º | 0.68% | 0.62% | - |
| HSV(B) | 48.72º | 0.59% | 0.88% | - |
| XYZ | 53.05 | 57.45 | 18.19 | - |
| YUV | 194.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 91 | 0 | 0.11 | 0.59 | 0.12 | 48.72 | 0.68 | 0.62 |
| Hex | E0 | C7 | 5B | 0 | B | 3B | C | 31 | 44 | 3E |
| Octal | 340 | 307 | 133 | 0 | 13 | 73 | 14 | 61 | 104 | 76 |
| Binary | 11100000 | 11000111 | 1011011 | 0 | 1011 | 111011 | 1100 | 110001 | 1000100 | 111110 |
Color Harmonies of #E0C75B
Complementary color
Monochromatic Colors of #E0C75B
Black with #E0C75B
Text Example
Text Example
White with #E0C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C75B; }
p { color: rgb(224,199,91); }
H1.HeaderClassName
{
color: #E0C75B;
}
.AnyTagClassName
{
color: #E0C75B;
}
</style>
background-color css
<style>
a { background-color: #E0C75B; }
a { background-color: rgb(224,199,91); }
div.DivClassName
{
background-color: #E0C75B;
}
.BgClassName
{
background-color: #E0C75B;
}
</style>
border-color css
<style>
span { border-color: #E0C75B; }
span { border-color: rgb(224,199,91); }
td.TdClassName
{
border-color: #E0C75B;
}
.TagClassName
{
border-color: #E0C75B;
}
</style>