Shades of Golden Sand #E8C761
Tints of Golden Sand #E8C761
RGB
CMYK
RGB Variations
Color information
#E8C761 (or 0xE8C761) is known color: Golden Sand. HEX triplet: E8, C7 and 61. RGB value is (232,199,97). Sum of RGB (Red+Green+Blue) = 232+199+97=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C761 is #17389E. Grayscale: #C5C5C5. Windows color (decimal): -1521823 or 6408168. OLE color: 6408168.
HSL color Cylindrical-coordinate representation of color #E8C761: hue angle of 45.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8C761 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 97 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.09 |
| HSL | 45.33º | 0.75% | 0.65% | - |
| HSV(B) | 45.33º | 0.58% | 0.91% | - |
| XYZ | 55.86 | 58.87 | 19.73 | - |
| YUV | 197.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 97 | 0 | 0.14 | 0.58 | 0.09 | 45.33 | 0.75 | 0.65 |
| Hex | E8 | C7 | 61 | 0 | E | 3A | 9 | 2D | 4B | 41 |
| Octal | 350 | 307 | 141 | 0 | 16 | 72 | 11 | 55 | 113 | 101 |
| Binary | 11101000 | 11000111 | 1100001 | 0 | 1110 | 111010 | 1001 | 101101 | 1001011 | 1000001 |
Color Harmonies of #E8C761
Complementary color
Monochromatic Colors of #E8C761
Black with #E8C761
Text Example
Text Example
White with #E8C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C761; }
p { color: rgb(232,199,97); }
H1.HeaderClassName
{
color: #E8C761;
}
.AnyTagClassName
{
color: #E8C761;
}
</style>
background-color css
<style>
a { background-color: #E8C761; }
a { background-color: rgb(232,199,97); }
div.DivClassName
{
background-color: #E8C761;
}
.BgClassName
{
background-color: #E8C761;
}
</style>
border-color css
<style>
span { border-color: #E8C761; }
span { border-color: rgb(232,199,97); }
td.TdClassName
{
border-color: #E8C761;
}
.TagClassName
{
border-color: #E8C761;
}
</style>