Shades of Golden Sand #E3C561
Tints of Golden Sand #E3C561
RGB
CMYK
RGB Variations
Color information
#E3C561 (or 0xE3C561) is known color: Golden Sand. HEX triplet: E3, C5 and 61. RGB value is (227,197,97). Sum of RGB (Red+Green+Blue) = 227+197+97=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C561 is #1C3A9E. Grayscale: #C2C2C2. Windows color (decimal): -1850015 or 6407651. OLE color: 6407651.
HSL color Cylindrical-coordinate representation of color #E3C561: hue angle of 46.15º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E3C561 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 97 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.11 |
| HSL | 46.15º | 0.7% | 0.64% | - |
| HSV(B) | 46.15º | 0.57% | 0.89% | - |
| XYZ | 53.8 | 57.13 | 19.5 | - |
| YUV | 194.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 97 | 0 | 0.13 | 0.57 | 0.11 | 46.15 | 0.7 | 0.64 |
| Hex | E3 | C5 | 61 | 0 | D | 39 | B | 2E | 46 | 40 |
| Octal | 343 | 305 | 141 | 0 | 15 | 71 | 13 | 56 | 106 | 100 |
| Binary | 11100011 | 11000101 | 1100001 | 0 | 1101 | 111001 | 1011 | 101110 | 1000110 | 1000000 |
Color Harmonies of #E3C561
Complementary color
Monochromatic Colors of #E3C561
Black with #E3C561
Text Example
Text Example
White with #E3C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C561; }
p { color: rgb(227,197,97); }
H1.HeaderClassName
{
color: #E3C561;
}
.AnyTagClassName
{
color: #E3C561;
}
</style>
background-color css
<style>
a { background-color: #E3C561; }
a { background-color: rgb(227,197,97); }
div.DivClassName
{
background-color: #E3C561;
}
.BgClassName
{
background-color: #E3C561;
}
</style>
border-color css
<style>
span { border-color: #E3C561; }
span { border-color: rgb(227,197,97); }
td.TdClassName
{
border-color: #E3C561;
}
.TagClassName
{
border-color: #E3C561;
}
</style>