Shades of Golden Sand #E8C96F
Tints of Golden Sand #E8C96F
RGB
CMYK
RGB Variations
Color information
#E8C96F (or 0xE8C96F) is known color: Golden Sand. HEX triplet: E8, C9 and 6F. RGB value is (232,201,111). Sum of RGB (Red+Green+Blue) = 232+201+111=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C96F is #173690. Grayscale: #C8C8C8. Windows color (decimal): -1521297 or 7326184. OLE color: 7326184.
HSL color Cylindrical-coordinate representation of color #E8C96F: hue angle of 44.63º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8C96F is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 111 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.09 |
| HSL | 44.63º | 0.72% | 0.67% | - |
| HSV(B) | 44.63º | 0.52% | 0.91% | - |
| XYZ | 57.03 | 60.08 | 23.63 | - |
| YUV | 200.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 111 | 0 | 0.13 | 0.52 | 0.09 | 44.63 | 0.72 | 0.67 |
| Hex | E8 | C9 | 6F | 0 | D | 34 | 9 | 2D | 48 | 43 |
| Octal | 350 | 311 | 157 | 0 | 15 | 64 | 11 | 55 | 110 | 103 |
| Binary | 11101000 | 11001001 | 1101111 | 0 | 1101 | 110100 | 1001 | 101101 | 1001000 | 1000011 |
Color Harmonies of #E8C96F
Complementary color
Monochromatic Colors of #E8C96F
Black with #E8C96F
Text Example
Text Example
White with #E8C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C96F; }
p { color: rgb(232,201,111); }
H1.HeaderClassName
{
color: #E8C96F;
}
.AnyTagClassName
{
color: #E8C96F;
}
</style>
background-color css
<style>
a { background-color: #E8C96F; }
a { background-color: rgb(232,201,111); }
div.DivClassName
{
background-color: #E8C96F;
}
.BgClassName
{
background-color: #E8C96F;
}
</style>
border-color css
<style>
span { border-color: #E8C96F; }
span { border-color: rgb(232,201,111); }
td.TdClassName
{
border-color: #E8C96F;
}
.TagClassName
{
border-color: #E8C96F;
}
</style>