Shades of Golden Sand #E8C871
Tints of Golden Sand #E8C871
RGB
CMYK
RGB Variations
Color information
#E8C871 (or 0xE8C871) is known color: Golden Sand. HEX triplet: E8, C8 and 71. RGB value is (232,200,113). Sum of RGB (Red+Green+Blue) = 232+200+113=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C871 is #17378E. Grayscale: #C8C8C8. Windows color (decimal): -1521551 or 7457000. OLE color: 7457000.
HSL color Cylindrical-coordinate representation of color #E8C871: hue angle of 43.87º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8C871 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 113 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.09 |
| HSL | 43.87º | 0.72% | 0.68% | - |
| HSV(B) | 43.87º | 0.51% | 0.91% | - |
| XYZ | 56.91 | 59.66 | 24.14 | - |
| YUV | 199.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 113 | 0 | 0.14 | 0.51 | 0.09 | 43.87 | 0.72 | 0.68 |
| Hex | E8 | C8 | 71 | 0 | E | 33 | 9 | 2C | 48 | 44 |
| Octal | 350 | 310 | 161 | 0 | 16 | 63 | 11 | 54 | 110 | 104 |
| Binary | 11101000 | 11001000 | 1110001 | 0 | 1110 | 110011 | 1001 | 101100 | 1001000 | 1000100 |
Color Harmonies of #E8C871
Complementary color
Monochromatic Colors of #E8C871
Black with #E8C871
Text Example
Text Example
White with #E8C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C871; }
p { color: rgb(232,200,113); }
H1.HeaderClassName
{
color: #E8C871;
}
.AnyTagClassName
{
color: #E8C871;
}
</style>
background-color css
<style>
a { background-color: #E8C871; }
a { background-color: rgb(232,200,113); }
div.DivClassName
{
background-color: #E8C871;
}
.BgClassName
{
background-color: #E8C871;
}
</style>
border-color css
<style>
span { border-color: #E8C871; }
span { border-color: rgb(232,200,113); }
td.TdClassName
{
border-color: #E8C871;
}
.TagClassName
{
border-color: #E8C871;
}
</style>