Shades of Golden Sand #E7CE60
Tints of Golden Sand #E7CE60
RGB
CMYK
RGB Variations
Color information
#E7CE60 (or 0xE7CE60) is known color: Golden Sand. HEX triplet: E7, CE and 60. RGB value is (231,206,96). Sum of RGB (Red+Green+Blue) = 231+206+96=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE60 is #18319F. Grayscale: #C9C9C9. Windows color (decimal): -1585568 or 6344423. OLE color: 6344423.
HSL color Cylindrical-coordinate representation of color #E7CE60: hue angle of 48.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7CE60 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 96 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.09 |
| HSL | 48.89º | 0.74% | 0.64% | - |
| HSV(B) | 48.89º | 0.58% | 0.91% | - |
| XYZ | 57.14 | 61.98 | 20.02 | - |
| YUV | 200.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 96 | 0 | 0.11 | 0.58 | 0.09 | 48.89 | 0.74 | 0.64 |
| Hex | E7 | CE | 60 | 0 | B | 3A | 9 | 31 | 4A | 40 |
| Octal | 347 | 316 | 140 | 0 | 13 | 72 | 11 | 61 | 112 | 100 |
| Binary | 11100111 | 11001110 | 1100000 | 0 | 1011 | 111010 | 1001 | 110001 | 1001010 | 1000000 |
Color Harmonies of #E7CE60
Complementary color
Monochromatic Colors of #E7CE60
Black with #E7CE60
Text Example
Text Example
White with #E7CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CE60; }
p { color: rgb(231,206,96); }
H1.HeaderClassName
{
color: #E7CE60;
}
.AnyTagClassName
{
color: #E7CE60;
}
</style>
background-color css
<style>
a { background-color: #E7CE60; }
a { background-color: rgb(231,206,96); }
div.DivClassName
{
background-color: #E7CE60;
}
.BgClassName
{
background-color: #E7CE60;
}
</style>
border-color css
<style>
span { border-color: #E7CE60; }
span { border-color: rgb(231,206,96); }
td.TdClassName
{
border-color: #E7CE60;
}
.TagClassName
{
border-color: #E7CE60;
}
</style>