Shades of Golden Sand #E8C562
Tints of Golden Sand #E8C562
RGB
CMYK
RGB Variations
Color information
#E8C562 (or 0xE8C562) is known color: Golden Sand. HEX triplet: E8, C5 and 62. RGB value is (232,197,98). Sum of RGB (Red+Green+Blue) = 232+197+98=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C562 is #173A9D. Grayscale: #C4C4C4. Windows color (decimal): -1522334 or 6473192. OLE color: 6473192.
HSL color Cylindrical-coordinate representation of color #E8C562: hue angle of 44.33º degrees, saturation: 0.74, 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 #E8C562 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 98 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.09 |
| HSL | 44.33º | 0.74% | 0.65% | - |
| HSV(B) | 44.33º | 0.58% | 0.91% | - |
| XYZ | 55.45 | 57.97 | 19.82 | - |
| YUV | 196.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 98 | 0 | 0.15 | 0.58 | 0.09 | 44.33 | 0.74 | 0.65 |
| Hex | E8 | C5 | 62 | 0 | F | 3A | 9 | 2C | 4A | 41 |
| Octal | 350 | 305 | 142 | 0 | 17 | 72 | 11 | 54 | 112 | 101 |
| Binary | 11101000 | 11000101 | 1100010 | 0 | 1111 | 111010 | 1001 | 101100 | 1001010 | 1000001 |
Color Harmonies of #E8C562
Complementary color
Monochromatic Colors of #E8C562
Black with #E8C562
Text Example
Text Example
White with #E8C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C562; }
p { color: rgb(232,197,98); }
H1.HeaderClassName
{
color: #E8C562;
}
.AnyTagClassName
{
color: #E8C562;
}
</style>
background-color css
<style>
a { background-color: #E8C562; }
a { background-color: rgb(232,197,98); }
div.DivClassName
{
background-color: #E8C562;
}
.BgClassName
{
background-color: #E8C562;
}
</style>
border-color css
<style>
span { border-color: #E8C562; }
span { border-color: rgb(232,197,98); }
td.TdClassName
{
border-color: #E8C562;
}
.TagClassName
{
border-color: #E8C562;
}
</style>