Shades of Golden Sand #E8CD64
Tints of Golden Sand #E8CD64
RGB
CMYK
RGB Variations
Color information
#E8CD64 (or 0xE8CD64) is known color: Golden Sand. HEX triplet: E8, CD and 64. RGB value is (232,205,100). Sum of RGB (Red+Green+Blue) = 232+205+100=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD64 is #17329B. Grayscale: #C9C9C9. Windows color (decimal): -1520284 or 6606312. OLE color: 6606312.
HSL color Cylindrical-coordinate representation of color #E8CD64: hue angle of 47.73º degrees, saturation: 0.74, 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 #E8CD64 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 100 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.09 |
| HSL | 47.73º | 0.74% | 0.65% | - |
| HSV(B) | 47.73º | 0.57% | 0.91% | - |
| XYZ | 57.41 | 61.74 | 20.95 | - |
| YUV | 201.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 100 | 0 | 0.12 | 0.57 | 0.09 | 47.73 | 0.74 | 0.65 |
| Hex | E8 | CD | 64 | 0 | C | 39 | 9 | 30 | 4A | 41 |
| Octal | 350 | 315 | 144 | 0 | 14 | 71 | 11 | 60 | 112 | 101 |
| Binary | 11101000 | 11001101 | 1100100 | 0 | 1100 | 111001 | 1001 | 110000 | 1001010 | 1000001 |
Color Harmonies of #E8CD64
Complementary color
Monochromatic Colors of #E8CD64
Black with #E8CD64
Text Example
Text Example
White with #E8CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD64; }
p { color: rgb(232,205,100); }
H1.HeaderClassName
{
color: #E8CD64;
}
.AnyTagClassName
{
color: #E8CD64;
}
</style>
background-color css
<style>
a { background-color: #E8CD64; }
a { background-color: rgb(232,205,100); }
div.DivClassName
{
background-color: #E8CD64;
}
.BgClassName
{
background-color: #E8CD64;
}
</style>
border-color css
<style>
span { border-color: #E8CD64; }
span { border-color: rgb(232,205,100); }
td.TdClassName
{
border-color: #E8CD64;
}
.TagClassName
{
border-color: #E8CD64;
}
</style>