Shades of Golden Sand #E3C55E
Tints of Golden Sand #E3C55E
RGB
CMYK
RGB Variations
Color information
#E3C55E (or 0xE3C55E) is known color: Golden Sand. HEX triplet: E3, C5 and 5E. RGB value is (227,197,94). Sum of RGB (Red+Green+Blue) = 227+197+94=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C55E is #1C3AA1. Grayscale: #C2C2C2. Windows color (decimal): -1850018 or 6211043. OLE color: 6211043.
HSL color Cylindrical-coordinate representation of color #E3C55E: hue angle of 46.47º degrees, saturation: 0.7, 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 #E3C55E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 94 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.11 |
| HSL | 46.47º | 0.7% | 0.63% | - |
| HSV(B) | 46.47º | 0.59% | 0.89% | - |
| XYZ | 53.67 | 57.07 | 18.78 | - |
| YUV | 194.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 94 | 0 | 0.13 | 0.59 | 0.11 | 46.47 | 0.7 | 0.63 |
| Hex | E3 | C5 | 5E | 0 | D | 3B | B | 2E | 46 | 3F |
| Octal | 343 | 305 | 136 | 0 | 15 | 73 | 13 | 56 | 106 | 77 |
| Binary | 11100011 | 11000101 | 1011110 | 0 | 1101 | 111011 | 1011 | 101110 | 1000110 | 111111 |
Color Harmonies of #E3C55E
Complementary color
Monochromatic Colors of #E3C55E
Black with #E3C55E
Text Example
Text Example
White with #E3C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C55E; }
p { color: rgb(227,197,94); }
H1.HeaderClassName
{
color: #E3C55E;
}
.AnyTagClassName
{
color: #E3C55E;
}
</style>
background-color css
<style>
a { background-color: #E3C55E; }
a { background-color: rgb(227,197,94); }
div.DivClassName
{
background-color: #E3C55E;
}
.BgClassName
{
background-color: #E3C55E;
}
</style>
border-color css
<style>
span { border-color: #E3C55E; }
span { border-color: rgb(227,197,94); }
td.TdClassName
{
border-color: #E3C55E;
}
.TagClassName
{
border-color: #E3C55E;
}
</style>