Shades of Golden Sand #E2C55F
Tints of Golden Sand #E2C55F
RGB
CMYK
RGB Variations
Color information
#E2C55F (or 0xE2C55F) is known color: Golden Sand. HEX triplet: E2, C5 and 5F. RGB value is (226,197,95). Sum of RGB (Red+Green+Blue) = 226+197+95=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C55F is #1D3AA0. Grayscale: #C2C2C2. Windows color (decimal): -1915553 or 6276578. OLE color: 6276578.
HSL color Cylindrical-coordinate representation of color #E2C55F: hue angle of 46.72º 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 #E2C55F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 95 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.11 |
| HSL | 46.72º | 0.69% | 0.63% | - |
| HSV(B) | 46.72º | 0.58% | 0.89% | - |
| XYZ | 53.4 | 56.93 | 19 | - |
| YUV | 194.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 95 | 0 | 0.13 | 0.58 | 0.11 | 46.72 | 0.69 | 0.63 |
| Hex | E2 | C5 | 5F | 0 | D | 3A | B | 2F | 45 | 3F |
| Octal | 342 | 305 | 137 | 0 | 15 | 72 | 13 | 57 | 105 | 77 |
| Binary | 11100010 | 11000101 | 1011111 | 0 | 1101 | 111010 | 1011 | 101111 | 1000101 | 111111 |
Color Harmonies of #E2C55F
Complementary color
Monochromatic Colors of #E2C55F
Black with #E2C55F
Text Example
Text Example
White with #E2C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C55F; }
p { color: rgb(226,197,95); }
H1.HeaderClassName
{
color: #E2C55F;
}
.AnyTagClassName
{
color: #E2C55F;
}
</style>
background-color css
<style>
a { background-color: #E2C55F; }
a { background-color: rgb(226,197,95); }
div.DivClassName
{
background-color: #E2C55F;
}
.BgClassName
{
background-color: #E2C55F;
}
</style>
border-color css
<style>
span { border-color: #E2C55F; }
span { border-color: rgb(226,197,95); }
td.TdClassName
{
border-color: #E2C55F;
}
.TagClassName
{
border-color: #E2C55F;
}
</style>