Shades of Golden Sand #E5C76C
Tints of Golden Sand #E5C76C
RGB
CMYK
RGB Variations
Color information
#E5C76C (or 0xE5C76C) is known color: Golden Sand. HEX triplet: E5, C7 and 6C. RGB value is (229,199,108). Sum of RGB (Red+Green+Blue) = 229+199+108=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C76C is #1A3893. Grayscale: #C5C5C5. Windows color (decimal): -1718420 or 7129061. OLE color: 7129061.
HSL color Cylindrical-coordinate representation of color #E5C76C: hue angle of 45.12º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5C76C is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 108 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.10 |
| HSL | 45.12º | 0.7% | 0.66% | - |
| HSV(B) | 45.12º | 0.53% | 0.9% | - |
| XYZ | 55.44 | 58.59 | 22.57 | - |
| YUV | 197.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 108 | 0 | 0.13 | 0.53 | 0.10 | 45.12 | 0.7 | 0.66 |
| Hex | E5 | C7 | 6C | 0 | D | 35 | A | 2D | 46 | 42 |
| Octal | 345 | 307 | 154 | 0 | 15 | 65 | 12 | 55 | 106 | 102 |
| Binary | 11100101 | 11000111 | 1101100 | 0 | 1101 | 110101 | 1010 | 101101 | 1000110 | 1000010 |
Color Harmonies of #E5C76C
Complementary color
Monochromatic Colors of #E5C76C
Black with #E5C76C
Text Example
Text Example
White with #E5C76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C76C; }
p { color: rgb(229,199,108); }
H1.HeaderClassName
{
color: #E5C76C;
}
.AnyTagClassName
{
color: #E5C76C;
}
</style>
background-color css
<style>
a { background-color: #E5C76C; }
a { background-color: rgb(229,199,108); }
div.DivClassName
{
background-color: #E5C76C;
}
.BgClassName
{
background-color: #E5C76C;
}
</style>
border-color css
<style>
span { border-color: #E5C76C; }
span { border-color: rgb(229,199,108); }
td.TdClassName
{
border-color: #E5C76C;
}
.TagClassName
{
border-color: #E5C76C;
}
</style>