Shades of Golden Sand #E3C761
Tints of Golden Sand #E3C761
RGB
CMYK
RGB Variations
Color information
#E3C761 (or 0xE3C761) is known color: Golden Sand. HEX triplet: E3, C7 and 61. RGB value is (227,199,97). Sum of RGB (Red+Green+Blue) = 227+199+97=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C761 is #1C389E. Grayscale: #C4C4C4. Windows color (decimal): -1849503 or 6408163. OLE color: 6408163.
HSL color Cylindrical-coordinate representation of color #E3C761: hue angle of 47.08º 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 #E3C761 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 97 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.11 |
| HSL | 47.08º | 0.7% | 0.64% | - |
| HSV(B) | 47.08º | 0.57% | 0.89% | - |
| XYZ | 54.26 | 58.04 | 19.65 | - |
| YUV | 195.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 97 | 0 | 0.12 | 0.57 | 0.11 | 47.08 | 0.7 | 0.64 |
| Hex | E3 | C7 | 61 | 0 | C | 39 | B | 2F | 46 | 40 |
| Octal | 343 | 307 | 141 | 0 | 14 | 71 | 13 | 57 | 106 | 100 |
| Binary | 11100011 | 11000111 | 1100001 | 0 | 1100 | 111001 | 1011 | 101111 | 1000110 | 1000000 |
Color Harmonies of #E3C761
Complementary color
Monochromatic Colors of #E3C761
Black with #E3C761
Text Example
Text Example
White with #E3C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C761; }
p { color: rgb(227,199,97); }
H1.HeaderClassName
{
color: #E3C761;
}
.AnyTagClassName
{
color: #E3C761;
}
</style>
background-color css
<style>
a { background-color: #E3C761; }
a { background-color: rgb(227,199,97); }
div.DivClassName
{
background-color: #E3C761;
}
.BgClassName
{
background-color: #E3C761;
}
</style>
border-color css
<style>
span { border-color: #E3C761; }
span { border-color: rgb(227,199,97); }
td.TdClassName
{
border-color: #E3C761;
}
.TagClassName
{
border-color: #E3C761;
}
</style>