Shades of Golden Sand #E7C965
Tints of Golden Sand #E7C965
RGB
CMYK
RGB Variations
Color information
#E7C965 (or 0xE7C965) is known color: Golden Sand. HEX triplet: E7, C9 and 65. RGB value is (231,201,101). Sum of RGB (Red+Green+Blue) = 231+201+101=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C965 is #18369A. Grayscale: #C7C7C7. Windows color (decimal): -1586843 or 6670823. OLE color: 6670823.
HSL color Cylindrical-coordinate representation of color #E7C965: hue angle of 46.15º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7C965 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 101 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.09 |
| HSL | 46.15º | 0.73% | 0.65% | - |
| HSV(B) | 46.15º | 0.56% | 0.91% | - |
| XYZ | 56.19 | 59.7 | 20.87 | - |
| YUV | 198.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 101 | 0 | 0.13 | 0.56 | 0.09 | 46.15 | 0.73 | 0.65 |
| Hex | E7 | C9 | 65 | 0 | D | 38 | 9 | 2E | 49 | 41 |
| Octal | 347 | 311 | 145 | 0 | 15 | 70 | 11 | 56 | 111 | 101 |
| Binary | 11100111 | 11001001 | 1100101 | 0 | 1101 | 111000 | 1001 | 101110 | 1001001 | 1000001 |
Color Harmonies of #E7C965
Complementary color
Monochromatic Colors of #E7C965
Black with #E7C965
Text Example
Text Example
White with #E7C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C965; }
p { color: rgb(231,201,101); }
H1.HeaderClassName
{
color: #E7C965;
}
.AnyTagClassName
{
color: #E7C965;
}
</style>
background-color css
<style>
a { background-color: #E7C965; }
a { background-color: rgb(231,201,101); }
div.DivClassName
{
background-color: #E7C965;
}
.BgClassName
{
background-color: #E7C965;
}
</style>
border-color css
<style>
span { border-color: #E7C965; }
span { border-color: rgb(231,201,101); }
td.TdClassName
{
border-color: #E7C965;
}
.TagClassName
{
border-color: #E7C965;
}
</style>