Shades of Golden Sand #E7CD64
Tints of Golden Sand #E7CD64
RGB
CMYK
RGB Variations
Color information
#E7CD64 (or 0xE7CD64) is known color: Golden Sand. HEX triplet: E7, CD and 64. RGB value is (231,205,100). Sum of RGB (Red+Green+Blue) = 231+205+100=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD64 is #18329B. Grayscale: #C9C9C9. Windows color (decimal): -1585820 or 6606311. OLE color: 6606311.
HSL color Cylindrical-coordinate representation of color #E7CD64: hue angle of 48.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7CD64 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 100 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.09 |
| HSL | 48.09º | 0.73% | 0.65% | - |
| HSV(B) | 48.09º | 0.57% | 0.91% | - |
| XYZ | 57.09 | 61.57 | 20.93 | - |
| YUV | 200.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 100 | 0 | 0.11 | 0.57 | 0.09 | 48.09 | 0.73 | 0.65 |
| Hex | E7 | CD | 64 | 0 | B | 39 | 9 | 30 | 49 | 41 |
| Octal | 347 | 315 | 144 | 0 | 13 | 71 | 11 | 60 | 111 | 101 |
| Binary | 11100111 | 11001101 | 1100100 | 0 | 1011 | 111001 | 1001 | 110000 | 1001001 | 1000001 |
Color Harmonies of #E7CD64
Complementary color
Monochromatic Colors of #E7CD64
Black with #E7CD64
Text Example
Text Example
White with #E7CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CD64; }
p { color: rgb(231,205,100); }
H1.HeaderClassName
{
color: #E7CD64;
}
.AnyTagClassName
{
color: #E7CD64;
}
</style>
background-color css
<style>
a { background-color: #E7CD64; }
a { background-color: rgb(231,205,100); }
div.DivClassName
{
background-color: #E7CD64;
}
.BgClassName
{
background-color: #E7CD64;
}
</style>
border-color css
<style>
span { border-color: #E7CD64; }
span { border-color: rgb(231,205,100); }
td.TdClassName
{
border-color: #E7CD64;
}
.TagClassName
{
border-color: #E7CD64;
}
</style>