Shades of Golden Sand #E8C561
Tints of Golden Sand #E8C561
RGB
CMYK
RGB Variations
Color information
#E8C561 (or 0xE8C561) is known color: Golden Sand. HEX triplet: E8, C5 and 61. RGB value is (232,197,97). Sum of RGB (Red+Green+Blue) = 232+197+97=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C561 is #173A9E. Grayscale: #C4C4C4. Windows color (decimal): -1522335 or 6407656. OLE color: 6407656.
HSL color Cylindrical-coordinate representation of color #E8C561: hue angle of 44.44º 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 #E8C561 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 97 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.09 |
| HSL | 44.44º | 0.75% | 0.65% | - |
| HSV(B) | 44.44º | 0.58% | 0.91% | - |
| XYZ | 55.4 | 57.95 | 19.57 | - |
| YUV | 196.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 97 | 0 | 0.15 | 0.58 | 0.09 | 44.44 | 0.75 | 0.65 |
| Hex | E8 | C5 | 61 | 0 | F | 3A | 9 | 2C | 4B | 41 |
| Octal | 350 | 305 | 141 | 0 | 17 | 72 | 11 | 54 | 113 | 101 |
| Binary | 11101000 | 11000101 | 1100001 | 0 | 1111 | 111010 | 1001 | 101100 | 1001011 | 1000001 |
Color Harmonies of #E8C561
Complementary color
Monochromatic Colors of #E8C561
Black with #E8C561
Text Example
Text Example
White with #E8C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C561; }
p { color: rgb(232,197,97); }
H1.HeaderClassName
{
color: #E8C561;
}
.AnyTagClassName
{
color: #E8C561;
}
</style>
background-color css
<style>
a { background-color: #E8C561; }
a { background-color: rgb(232,197,97); }
div.DivClassName
{
background-color: #E8C561;
}
.BgClassName
{
background-color: #E8C561;
}
</style>
border-color css
<style>
span { border-color: #E8C561; }
span { border-color: rgb(232,197,97); }
td.TdClassName
{
border-color: #E8C561;
}
.TagClassName
{
border-color: #E8C561;
}
</style>