Shades of Golden Sand #E3C85C
Tints of Golden Sand #E3C85C
RGB
CMYK
RGB Variations
Color information
#E3C85C (or 0xE3C85C) is known color: Golden Sand. HEX triplet: E3, C8 and 5C. RGB value is (227,200,92). Sum of RGB (Red+Green+Blue) = 227+200+92=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C85C is #1C37A3. Grayscale: #C4C4C4. Windows color (decimal): -1849252 or 6080739. OLE color: 6080739.
HSL color Cylindrical-coordinate representation of color #E3C85C: hue angle of 48º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3C85C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 92 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.11 |
| HSL | 48º | 0.71% | 0.63% | - |
| HSV(B) | 48º | 0.59% | 0.89% | - |
| XYZ | 54.26 | 58.41 | 18.54 | - |
| YUV | 195.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 92 | 0 | 0.12 | 0.59 | 0.11 | 48 | 0.71 | 0.63 |
| Hex | E3 | C8 | 5C | 0 | C | 3B | B | 30 | 47 | 3F |
| Octal | 343 | 310 | 134 | 0 | 14 | 73 | 13 | 60 | 107 | 77 |
| Binary | 11100011 | 11001000 | 1011100 | 0 | 1100 | 111011 | 1011 | 110000 | 1000111 | 111111 |
Color Harmonies of #E3C85C
Complementary color
Monochromatic Colors of #E3C85C
Black with #E3C85C
Text Example
Text Example
White with #E3C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C85C; }
p { color: rgb(227,200,92); }
H1.HeaderClassName
{
color: #E3C85C;
}
.AnyTagClassName
{
color: #E3C85C;
}
</style>
background-color css
<style>
a { background-color: #E3C85C; }
a { background-color: rgb(227,200,92); }
div.DivClassName
{
background-color: #E3C85C;
}
.BgClassName
{
background-color: #E3C85C;
}
</style>
border-color css
<style>
span { border-color: #E3C85C; }
span { border-color: rgb(227,200,92); }
td.TdClassName
{
border-color: #E3C85C;
}
.TagClassName
{
border-color: #E3C85C;
}
</style>