Shades of Golden Sand #E3C85F
Tints of Golden Sand #E3C85F
RGB
CMYK
RGB Variations
Color information
#E3C85F (or 0xE3C85F) is known color: Golden Sand. HEX triplet: E3, C8 and 5F. RGB value is (227,200,95). Sum of RGB (Red+Green+Blue) = 227+200+95=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C85F is #1C37A0. Grayscale: #C4C4C4. Windows color (decimal): -1849249 or 6277347. OLE color: 6277347.
HSL color Cylindrical-coordinate representation of color #E3C85F: hue angle of 47.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3C85F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 95 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.11 |
| HSL | 47.73º | 0.7% | 0.63% | - |
| HSV(B) | 47.73º | 0.58% | 0.89% | - |
| XYZ | 54.4 | 58.47 | 19.24 | - |
| YUV | 196.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 95 | 0 | 0.12 | 0.58 | 0.11 | 47.73 | 0.7 | 0.63 |
| Hex | E3 | C8 | 5F | 0 | C | 3A | B | 30 | 46 | 3F |
| Octal | 343 | 310 | 137 | 0 | 14 | 72 | 13 | 60 | 106 | 77 |
| Binary | 11100011 | 11001000 | 1011111 | 0 | 1100 | 111010 | 1011 | 110000 | 1000110 | 111111 |
Color Harmonies of #E3C85F
Complementary color
Monochromatic Colors of #E3C85F
Black with #E3C85F
Text Example
Text Example
White with #E3C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C85F; }
p { color: rgb(227,200,95); }
H1.HeaderClassName
{
color: #E3C85F;
}
.AnyTagClassName
{
color: #E3C85F;
}
</style>
background-color css
<style>
a { background-color: #E3C85F; }
a { background-color: rgb(227,200,95); }
div.DivClassName
{
background-color: #E3C85F;
}
.BgClassName
{
background-color: #E3C85F;
}
</style>
border-color css
<style>
span { border-color: #E3C85F; }
span { border-color: rgb(227,200,95); }
td.TdClassName
{
border-color: #E3C85F;
}
.TagClassName
{
border-color: #E3C85F;
}
</style>