Shades of Golden Sand #E8CC76
Tints of Golden Sand #E8CC76
RGB
CMYK
RGB Variations
Color information
#E8CC76 (or 0xE8CC76) is known color: Golden Sand. HEX triplet: E8, CC and 76. RGB value is (232,204,118). Sum of RGB (Red+Green+Blue) = 232+204+118=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC76 is #173389. Grayscale: #CACACA. Windows color (decimal): -1520522 or 7785704. OLE color: 7785704.
HSL color Cylindrical-coordinate representation of color #E8CC76: hue angle of 45.26º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8CC76 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 118 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.09 |
| HSL | 45.26º | 0.71% | 0.69% | - |
| HSV(B) | 45.26º | 0.49% | 0.91% | - |
| XYZ | 58.14 | 61.65 | 25.97 | - |
| YUV | 202.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 118 | 0 | 0.12 | 0.49 | 0.09 | 45.26 | 0.71 | 0.69 |
| Hex | E8 | CC | 76 | 0 | C | 31 | 9 | 2D | 47 | 45 |
| Octal | 350 | 314 | 166 | 0 | 14 | 61 | 11 | 55 | 107 | 105 |
| Binary | 11101000 | 11001100 | 1110110 | 0 | 1100 | 110001 | 1001 | 101101 | 1000111 | 1000101 |
Color Harmonies of #E8CC76
Complementary color
Monochromatic Colors of #E8CC76
Black with #E8CC76
Text Example
Text Example
White with #E8CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC76; }
p { color: rgb(232,204,118); }
H1.HeaderClassName
{
color: #E8CC76;
}
.AnyTagClassName
{
color: #E8CC76;
}
</style>
background-color css
<style>
a { background-color: #E8CC76; }
a { background-color: rgb(232,204,118); }
div.DivClassName
{
background-color: #E8CC76;
}
.BgClassName
{
background-color: #E8CC76;
}
</style>
border-color css
<style>
span { border-color: #E8CC76; }
span { border-color: rgb(232,204,118); }
td.TdClassName
{
border-color: #E8CC76;
}
.TagClassName
{
border-color: #E8CC76;
}
</style>