Shades of Golden Sand #E3C35F
Tints of Golden Sand #E3C35F
RGB
CMYK
RGB Variations
Color information
#E3C35F (or 0xE3C35F) is known color: Golden Sand. HEX triplet: E3, C3 and 5F. RGB value is (227,195,95). Sum of RGB (Red+Green+Blue) = 227+195+95=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C35F is #1C3CA0. Grayscale: #C1C1C1. Windows color (decimal): -1850529 or 6276067. OLE color: 6276067.
HSL color Cylindrical-coordinate representation of color #E3C35F: hue angle of 45.45º 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 #E3C35F is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 95 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.11 |
| HSL | 45.45º | 0.7% | 0.63% | - |
| HSV(B) | 45.45º | 0.58% | 0.89% | - |
| XYZ | 53.26 | 56.19 | 18.86 | - |
| YUV | 193.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 95 | 0 | 0.14 | 0.58 | 0.11 | 45.45 | 0.7 | 0.63 |
| Hex | E3 | C3 | 5F | 0 | E | 3A | B | 2D | 46 | 3F |
| Octal | 343 | 303 | 137 | 0 | 16 | 72 | 13 | 55 | 106 | 77 |
| Binary | 11100011 | 11000011 | 1011111 | 0 | 1110 | 111010 | 1011 | 101101 | 1000110 | 111111 |
Color Harmonies of #E3C35F
Complementary color
Monochromatic Colors of #E3C35F
Black with #E3C35F
Text Example
Text Example
White with #E3C35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C35F; }
p { color: rgb(227,195,95); }
H1.HeaderClassName
{
color: #E3C35F;
}
.AnyTagClassName
{
color: #E3C35F;
}
</style>
background-color css
<style>
a { background-color: #E3C35F; }
a { background-color: rgb(227,195,95); }
div.DivClassName
{
background-color: #E3C35F;
}
.BgClassName
{
background-color: #E3C35F;
}
</style>
border-color css
<style>
span { border-color: #E3C35F; }
span { border-color: rgb(227,195,95); }
td.TdClassName
{
border-color: #E3C35F;
}
.TagClassName
{
border-color: #E3C35F;
}
</style>