Shades of Golden Sand #E5C761
Tints of Golden Sand #E5C761
RGB
CMYK
RGB Variations
Color information
#E5C761 (or 0xE5C761) is known color: Golden Sand. HEX triplet: E5, C7 and 61. RGB value is (229,199,97). Sum of RGB (Red+Green+Blue) = 229+199+97=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C761 is #1A389E. Grayscale: #C4C4C4. Windows color (decimal): -1718431 or 6408165. OLE color: 6408165.
HSL color Cylindrical-coordinate representation of color #E5C761: hue angle of 46.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C761 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 97 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.10 |
| HSL | 46.36º | 0.72% | 0.64% | - |
| HSV(B) | 46.36º | 0.58% | 0.9% | - |
| XYZ | 54.89 | 58.37 | 19.68 | - |
| YUV | 196.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 97 | 0 | 0.13 | 0.58 | 0.10 | 46.36 | 0.72 | 0.64 |
| Hex | E5 | C7 | 61 | 0 | D | 3A | A | 2E | 48 | 40 |
| Octal | 345 | 307 | 141 | 0 | 15 | 72 | 12 | 56 | 110 | 100 |
| Binary | 11100101 | 11000111 | 1100001 | 0 | 1101 | 111010 | 1010 | 101110 | 1001000 | 1000000 |
Color Harmonies of #E5C761
Complementary color
Monochromatic Colors of #E5C761
Black with #E5C761
Text Example
Text Example
White with #E5C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C761; }
p { color: rgb(229,199,97); }
H1.HeaderClassName
{
color: #E5C761;
}
.AnyTagClassName
{
color: #E5C761;
}
</style>
background-color css
<style>
a { background-color: #E5C761; }
a { background-color: rgb(229,199,97); }
div.DivClassName
{
background-color: #E5C761;
}
.BgClassName
{
background-color: #E5C761;
}
</style>
border-color css
<style>
span { border-color: #E5C761; }
span { border-color: rgb(229,199,97); }
td.TdClassName
{
border-color: #E5C761;
}
.TagClassName
{
border-color: #E5C761;
}
</style>