Shades of Golden Sand #E7C561
Tints of Golden Sand #E7C561
RGB
CMYK
RGB Variations
Color information
#E7C561 (or 0xE7C561) is known color: Golden Sand. HEX triplet: E7, C5 and 61. RGB value is (231,197,97). Sum of RGB (Red+Green+Blue) = 231+197+97=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C561 is #183A9E. Grayscale: #C4C4C4. Windows color (decimal): -1587871 or 6407655. OLE color: 6407655.
HSL color Cylindrical-coordinate representation of color #E7C561: hue angle of 44.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7C561 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 97 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.09 |
| HSL | 44.78º | 0.74% | 0.64% | - |
| HSV(B) | 44.78º | 0.58% | 0.91% | - |
| XYZ | 55.08 | 57.78 | 19.56 | - |
| YUV | 195.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 97 | 0 | 0.15 | 0.58 | 0.09 | 44.78 | 0.74 | 0.64 |
| Hex | E7 | C5 | 61 | 0 | F | 3A | 9 | 2D | 4A | 40 |
| Octal | 347 | 305 | 141 | 0 | 17 | 72 | 11 | 55 | 112 | 100 |
| Binary | 11100111 | 11000101 | 1100001 | 0 | 1111 | 111010 | 1001 | 101101 | 1001010 | 1000000 |
Color Harmonies of #E7C561
Complementary color
Monochromatic Colors of #E7C561
Black with #E7C561
Text Example
Text Example
White with #E7C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C561; }
p { color: rgb(231,197,97); }
H1.HeaderClassName
{
color: #E7C561;
}
.AnyTagClassName
{
color: #E7C561;
}
</style>
background-color css
<style>
a { background-color: #E7C561; }
a { background-color: rgb(231,197,97); }
div.DivClassName
{
background-color: #E7C561;
}
.BgClassName
{
background-color: #E7C561;
}
</style>
border-color css
<style>
span { border-color: #E7C561; }
span { border-color: rgb(231,197,97); }
td.TdClassName
{
border-color: #E7C561;
}
.TagClassName
{
border-color: #E7C561;
}
</style>