Shades of Golden Sand #E7CC76
Tints of Golden Sand #E7CC76
RGB
CMYK
RGB Variations
Color information
#E7CC76 (or 0xE7CC76) is known color: Golden Sand. HEX triplet: E7, CC and 76. RGB value is (231,204,118). Sum of RGB (Red+Green+Blue) = 231+204+118=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC76 is #183389. Grayscale: #CACACA. Windows color (decimal): -1586058 or 7785703. OLE color: 7785703.
HSL color Cylindrical-coordinate representation of color #E7CC76: hue angle of 45.66º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7CC76 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 118 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.09 |
| HSL | 45.66º | 0.7% | 0.68% | - |
| HSV(B) | 45.66º | 0.49% | 0.91% | - |
| XYZ | 57.82 | 61.48 | 25.96 | - |
| YUV | 202.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 118 | 0 | 0.12 | 0.49 | 0.09 | 45.66 | 0.7 | 0.68 |
| Hex | E7 | CC | 76 | 0 | C | 31 | 9 | 2E | 46 | 44 |
| Octal | 347 | 314 | 166 | 0 | 14 | 61 | 11 | 56 | 106 | 104 |
| Binary | 11100111 | 11001100 | 1110110 | 0 | 1100 | 110001 | 1001 | 101110 | 1000110 | 1000100 |
Color Harmonies of #E7CC76
Complementary color
Monochromatic Colors of #E7CC76
Black with #E7CC76
Text Example
Text Example
White with #E7CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC76; }
p { color: rgb(231,204,118); }
H1.HeaderClassName
{
color: #E7CC76;
}
.AnyTagClassName
{
color: #E7CC76;
}
</style>
background-color css
<style>
a { background-color: #E7CC76; }
a { background-color: rgb(231,204,118); }
div.DivClassName
{
background-color: #E7CC76;
}
.BgClassName
{
background-color: #E7CC76;
}
</style>
border-color css
<style>
span { border-color: #E7CC76; }
span { border-color: rgb(231,204,118); }
td.TdClassName
{
border-color: #E7CC76;
}
.TagClassName
{
border-color: #E7CC76;
}
</style>