Shades of Golden Sand #E3C45F
Tints of Golden Sand #E3C45F
RGB
CMYK
RGB Variations
Color information
#E3C45F (or 0xE3C45F) is known color: Golden Sand. HEX triplet: E3, C4 and 5F. RGB value is (227,196,95). Sum of RGB (Red+Green+Blue) = 227+196+95=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C45F is #1C3BA0. Grayscale: #C2C2C2. Windows color (decimal): -1850273 or 6276323. OLE color: 6276323.
HSL color Cylindrical-coordinate representation of color #E3C45F: hue angle of 45.91º 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 #E3C45F is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 196 | 95 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.11 |
| HSL | 45.91º | 0.7% | 0.63% | - |
| HSV(B) | 45.91º | 0.58% | 0.89% | - |
| XYZ | 53.48 | 56.64 | 18.94 | - |
| YUV | 193.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 95 | 0 | 0.14 | 0.58 | 0.11 | 45.91 | 0.7 | 0.63 |
| Hex | E3 | C4 | 5F | 0 | E | 3A | B | 2E | 46 | 3F |
| Octal | 343 | 304 | 137 | 0 | 16 | 72 | 13 | 56 | 106 | 77 |
| Binary | 11100011 | 11000100 | 1011111 | 0 | 1110 | 111010 | 1011 | 101110 | 1000110 | 111111 |
Color Harmonies of #E3C45F
Complementary color
Monochromatic Colors of #E3C45F
Black with #E3C45F
Text Example
Text Example
White with #E3C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C45F; }
p { color: rgb(227,196,95); }
H1.HeaderClassName
{
color: #E3C45F;
}
.AnyTagClassName
{
color: #E3C45F;
}
</style>
background-color css
<style>
a { background-color: #E3C45F; }
a { background-color: rgb(227,196,95); }
div.DivClassName
{
background-color: #E3C45F;
}
.BgClassName
{
background-color: #E3C45F;
}
</style>
border-color css
<style>
span { border-color: #E3C45F; }
span { border-color: rgb(227,196,95); }
td.TdClassName
{
border-color: #E3C45F;
}
.TagClassName
{
border-color: #E3C45F;
}
</style>