Shades of Golden Sand #E7C761
Tints of Golden Sand #E7C761
RGB
CMYK
RGB Variations
Color information
#E7C761 (or 0xE7C761) is known color: Golden Sand. HEX triplet: E7, C7 and 61. RGB value is (231,199,97). Sum of RGB (Red+Green+Blue) = 231+199+97=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C761 is #18389E. Grayscale: #C5C5C5. Windows color (decimal): -1587359 or 6408167. OLE color: 6408167.
HSL color Cylindrical-coordinate representation of color #E7C761: hue angle of 45.67º 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 #E7C761 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 97 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.09 |
| HSL | 45.67º | 0.74% | 0.64% | - |
| HSV(B) | 45.67º | 0.58% | 0.91% | - |
| XYZ | 55.54 | 58.7 | 19.71 | - |
| YUV | 196.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 97 | 0 | 0.14 | 0.58 | 0.09 | 45.67 | 0.74 | 0.64 |
| Hex | E7 | C7 | 61 | 0 | E | 3A | 9 | 2E | 4A | 40 |
| Octal | 347 | 307 | 141 | 0 | 16 | 72 | 11 | 56 | 112 | 100 |
| Binary | 11100111 | 11000111 | 1100001 | 0 | 1110 | 111010 | 1001 | 101110 | 1001010 | 1000000 |
Color Harmonies of #E7C761
Complementary color
Monochromatic Colors of #E7C761
Black with #E7C761
Text Example
Text Example
White with #E7C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C761; }
p { color: rgb(231,199,97); }
H1.HeaderClassName
{
color: #E7C761;
}
.AnyTagClassName
{
color: #E7C761;
}
</style>
background-color css
<style>
a { background-color: #E7C761; }
a { background-color: rgb(231,199,97); }
div.DivClassName
{
background-color: #E7C761;
}
.BgClassName
{
background-color: #E7C761;
}
</style>
border-color css
<style>
span { border-color: #E7C761; }
span { border-color: rgb(231,199,97); }
td.TdClassName
{
border-color: #E7C761;
}
.TagClassName
{
border-color: #E7C761;
}
</style>