Shades of Golden Sand #E2C45F
Tints of Golden Sand #E2C45F
RGB
CMYK
RGB Variations
Color information
#E2C45F (or 0xE2C45F) is known color: Golden Sand. HEX triplet: E2, C4 and 5F. RGB value is (226,196,95). Sum of RGB (Red+Green+Blue) = 226+196+95=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C45F is #1D3BA0. Grayscale: #C1C1C1. Windows color (decimal): -1915809 or 6276322. OLE color: 6276322.
HSL color Cylindrical-coordinate representation of color #E2C45F: hue angle of 46.26º degrees, saturation: 0.69, 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 #E2C45F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 95 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.11 |
| HSL | 46.26º | 0.69% | 0.63% | - |
| HSV(B) | 46.26º | 0.58% | 0.89% | - |
| XYZ | 53.17 | 56.47 | 18.92 | - |
| YUV | 193.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 95 | 0 | 0.13 | 0.58 | 0.11 | 46.26 | 0.69 | 0.63 |
| Hex | E2 | C4 | 5F | 0 | D | 3A | B | 2E | 45 | 3F |
| Octal | 342 | 304 | 137 | 0 | 15 | 72 | 13 | 56 | 105 | 77 |
| Binary | 11100010 | 11000100 | 1011111 | 0 | 1101 | 111010 | 1011 | 101110 | 1000101 | 111111 |
Color Harmonies of #E2C45F
Complementary color
Monochromatic Colors of #E2C45F
Black with #E2C45F
Text Example
Text Example
White with #E2C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C45F; }
p { color: rgb(226,196,95); }
H1.HeaderClassName
{
color: #E2C45F;
}
.AnyTagClassName
{
color: #E2C45F;
}
</style>
background-color css
<style>
a { background-color: #E2C45F; }
a { background-color: rgb(226,196,95); }
div.DivClassName
{
background-color: #E2C45F;
}
.BgClassName
{
background-color: #E2C45F;
}
</style>
border-color css
<style>
span { border-color: #E2C45F; }
span { border-color: rgb(226,196,95); }
td.TdClassName
{
border-color: #E2C45F;
}
.TagClassName
{
border-color: #E2C45F;
}
</style>