Shades of Golden Sand #E0C761
Tints of Golden Sand #E0C761
RGB
CMYK
RGB Variations
Color information
#E0C761 (or 0xE0C761) is known color: Golden Sand. HEX triplet: E0, C7 and 61. RGB value is (224,199,97). Sum of RGB (Red+Green+Blue) = 224+199+97=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C761 is #1F389E. Grayscale: #C3C3C3. Windows color (decimal): -2046111 or 6408160. OLE color: 6408160.
HSL color Cylindrical-coordinate representation of color #E0C761: hue angle of 48.19º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0C761 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 97 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.12 |
| HSL | 48.19º | 0.67% | 0.63% | - |
| HSV(B) | 48.19º | 0.57% | 0.88% | - |
| XYZ | 53.32 | 57.56 | 19.61 | - |
| YUV | 194.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 97 | 0 | 0.11 | 0.57 | 0.12 | 48.19 | 0.67 | 0.63 |
| Hex | E0 | C7 | 61 | 0 | B | 39 | C | 30 | 43 | 3F |
| Octal | 340 | 307 | 141 | 0 | 13 | 71 | 14 | 60 | 103 | 77 |
| Binary | 11100000 | 11000111 | 1100001 | 0 | 1011 | 111001 | 1100 | 110000 | 1000011 | 111111 |
Color Harmonies of #E0C761
Complementary color
Monochromatic Colors of #E0C761
Black with #E0C761
Text Example
Text Example
White with #E0C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C761; }
p { color: rgb(224,199,97); }
H1.HeaderClassName
{
color: #E0C761;
}
.AnyTagClassName
{
color: #E0C761;
}
</style>
background-color css
<style>
a { background-color: #E0C761; }
a { background-color: rgb(224,199,97); }
div.DivClassName
{
background-color: #E0C761;
}
.BgClassName
{
background-color: #E0C761;
}
</style>
border-color css
<style>
span { border-color: #E0C761; }
span { border-color: rgb(224,199,97); }
td.TdClassName
{
border-color: #E0C761;
}
.TagClassName
{
border-color: #E0C761;
}
</style>