Shades of Golden Sand #E7C56A
Tints of Golden Sand #E7C56A
RGB
CMYK
RGB Variations
Color information
#E7C56A (or 0xE7C56A) is known color: Golden Sand. HEX triplet: E7, C5 and 6A. RGB value is (231,197,106). Sum of RGB (Red+Green+Blue) = 231+197+106=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C56A is #183A95. Grayscale: #C5C5C5. Windows color (decimal): -1587862 or 6997479. OLE color: 6997479.
HSL color Cylindrical-coordinate representation of color #E7C56A: hue angle of 43.68º 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 #E7C56A is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 106 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.09 |
| HSL | 43.68º | 0.72% | 0.66% | - |
| HSV(B) | 43.68º | 0.54% | 0.91% | - |
| XYZ | 55.52 | 57.96 | 21.9 | - |
| YUV | 196.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 106 | 0 | 0.15 | 0.54 | 0.09 | 43.68 | 0.72 | 0.66 |
| Hex | E7 | C5 | 6A | 0 | F | 36 | 9 | 2C | 48 | 42 |
| Octal | 347 | 305 | 152 | 0 | 17 | 66 | 11 | 54 | 110 | 102 |
| Binary | 11100111 | 11000101 | 1101010 | 0 | 1111 | 110110 | 1001 | 101100 | 1001000 | 1000010 |
Color Harmonies of #E7C56A
Complementary color
Monochromatic Colors of #E7C56A
Black with #E7C56A
Text Example
Text Example
White with #E7C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C56A; }
p { color: rgb(231,197,106); }
H1.HeaderClassName
{
color: #E7C56A;
}
.AnyTagClassName
{
color: #E7C56A;
}
</style>
background-color css
<style>
a { background-color: #E7C56A; }
a { background-color: rgb(231,197,106); }
div.DivClassName
{
background-color: #E7C56A;
}
.BgClassName
{
background-color: #E7C56A;
}
</style>
border-color css
<style>
span { border-color: #E7C56A; }
span { border-color: rgb(231,197,106); }
td.TdClassName
{
border-color: #E7C56A;
}
.TagClassName
{
border-color: #E7C56A;
}
</style>