Shades of Golden Sand #E7C76A
Tints of Golden Sand #E7C76A
RGB
CMYK
RGB Variations
Color information
#E7C76A (or 0xE7C76A) is known color: Golden Sand. HEX triplet: E7, C7 and 6A. RGB value is (231,199,106). Sum of RGB (Red+Green+Blue) = 231+199+106=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C76A is #183895. Grayscale: #C6C6C6. Windows color (decimal): -1587350 or 6997991. OLE color: 6997991.
HSL color Cylindrical-coordinate representation of color #E7C76A: hue angle of 44.64º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7C76A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 106 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.09 |
| HSL | 44.64º | 0.72% | 0.66% | - |
| HSV(B) | 44.64º | 0.54% | 0.91% | - |
| XYZ | 55.98 | 58.88 | 22.05 | - |
| YUV | 197.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 106 | 0 | 0.14 | 0.54 | 0.09 | 44.64 | 0.72 | 0.66 |
| Hex | E7 | C7 | 6A | 0 | E | 36 | 9 | 2D | 48 | 42 |
| Octal | 347 | 307 | 152 | 0 | 16 | 66 | 11 | 55 | 110 | 102 |
| Binary | 11100111 | 11000111 | 1101010 | 0 | 1110 | 110110 | 1001 | 101101 | 1001000 | 1000010 |
Color Harmonies of #E7C76A
Complementary color
Monochromatic Colors of #E7C76A
Black with #E7C76A
Text Example
Text Example
White with #E7C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C76A; }
p { color: rgb(231,199,106); }
H1.HeaderClassName
{
color: #E7C76A;
}
.AnyTagClassName
{
color: #E7C76A;
}
</style>
background-color css
<style>
a { background-color: #E7C76A; }
a { background-color: rgb(231,199,106); }
div.DivClassName
{
background-color: #E7C76A;
}
.BgClassName
{
background-color: #E7C76A;
}
</style>
border-color css
<style>
span { border-color: #E7C76A; }
span { border-color: rgb(231,199,106); }
td.TdClassName
{
border-color: #E7C76A;
}
.TagClassName
{
border-color: #E7C76A;
}
</style>