Shades of Golden Sand #E7C76B
Tints of Golden Sand #E7C76B
RGB
CMYK
RGB Variations
Color information
#E7C76B (or 0xE7C76B) is known color: Golden Sand. HEX triplet: E7, C7 and 6B. RGB value is (231,199,107). Sum of RGB (Red+Green+Blue) = 231+199+107=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C76B is #183894. Grayscale: #C6C6C6. Windows color (decimal): -1587349 or 7063527. OLE color: 7063527.
HSL color Cylindrical-coordinate representation of color #E7C76B: hue angle of 44.52º 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 #E7C76B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 107 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.09 |
| HSL | 44.52º | 0.72% | 0.66% | - |
| HSV(B) | 44.52º | 0.54% | 0.91% | - |
| XYZ | 56.03 | 58.9 | 22.33 | - |
| YUV | 198.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 107 | 0 | 0.14 | 0.54 | 0.09 | 44.52 | 0.72 | 0.66 |
| Hex | E7 | C7 | 6B | 0 | E | 36 | 9 | 2D | 48 | 42 |
| Octal | 347 | 307 | 153 | 0 | 16 | 66 | 11 | 55 | 110 | 102 |
| Binary | 11100111 | 11000111 | 1101011 | 0 | 1110 | 110110 | 1001 | 101101 | 1001000 | 1000010 |
Color Harmonies of #E7C76B
Complementary color
Monochromatic Colors of #E7C76B
Black with #E7C76B
Text Example
Text Example
White with #E7C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C76B; }
p { color: rgb(231,199,107); }
H1.HeaderClassName
{
color: #E7C76B;
}
.AnyTagClassName
{
color: #E7C76B;
}
</style>
background-color css
<style>
a { background-color: #E7C76B; }
a { background-color: rgb(231,199,107); }
div.DivClassName
{
background-color: #E7C76B;
}
.BgClassName
{
background-color: #E7C76B;
}
</style>
border-color css
<style>
span { border-color: #E7C76B; }
span { border-color: rgb(231,199,107); }
td.TdClassName
{
border-color: #E7C76B;
}
.TagClassName
{
border-color: #E7C76B;
}
</style>