Shades of Golden Sand #E5C96F
Tints of Golden Sand #E5C96F
RGB
CMYK
RGB Variations
Color information
#E5C96F (or 0xE5C96F) is known color: Golden Sand. HEX triplet: E5, C9 and 6F. RGB value is (229,201,111). Sum of RGB (Red+Green+Blue) = 229+201+111=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C96F is #1A3690. Grayscale: #C7C7C7. Windows color (decimal): -1717905 or 7326181. OLE color: 7326181.
HSL color Cylindrical-coordinate representation of color #E5C96F: hue angle of 45.76º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5C96F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 111 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.10 |
| HSL | 45.76º | 0.69% | 0.67% | - |
| HSV(B) | 45.76º | 0.52% | 0.9% | - |
| XYZ | 56.07 | 59.58 | 23.58 | - |
| YUV | 199.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 111 | 0 | 0.12 | 0.52 | 0.10 | 45.76 | 0.69 | 0.67 |
| Hex | E5 | C9 | 6F | 0 | C | 34 | A | 2E | 45 | 43 |
| Octal | 345 | 311 | 157 | 0 | 14 | 64 | 12 | 56 | 105 | 103 |
| Binary | 11100101 | 11001001 | 1101111 | 0 | 1100 | 110100 | 1010 | 101110 | 1000101 | 1000011 |
Color Harmonies of #E5C96F
Complementary color
Monochromatic Colors of #E5C96F
Black with #E5C96F
Text Example
Text Example
White with #E5C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C96F; }
p { color: rgb(229,201,111); }
H1.HeaderClassName
{
color: #E5C96F;
}
.AnyTagClassName
{
color: #E5C96F;
}
</style>
background-color css
<style>
a { background-color: #E5C96F; }
a { background-color: rgb(229,201,111); }
div.DivClassName
{
background-color: #E5C96F;
}
.BgClassName
{
background-color: #E5C96F;
}
</style>
border-color css
<style>
span { border-color: #E5C96F; }
span { border-color: rgb(229,201,111); }
td.TdClassName
{
border-color: #E5C96F;
}
.TagClassName
{
border-color: #E5C96F;
}
</style>