Shades of Golden Sand #E8CD6E
Tints of Golden Sand #E8CD6E
RGB
CMYK
RGB Variations
Color information
#E8CD6E (or 0xE8CD6E) is known color: Golden Sand. HEX triplet: E8, CD and 6E. RGB value is (232,205,110). Sum of RGB (Red+Green+Blue) = 232+205+110=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD6E is #173291. Grayscale: #CACACA. Windows color (decimal): -1520274 or 7261672. OLE color: 7261672.
HSL color Cylindrical-coordinate representation of color #E8CD6E: hue angle of 46.72º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8CD6E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 110 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 46.72º | 0.73% | 0.67% | - |
| HSV(B) | 46.72º | 0.53% | 0.91% | - |
| XYZ | 57.92 | 61.94 | 23.66 | - |
| YUV | 202.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 110 | 0 | 0.12 | 0.53 | 0.09 | 46.72 | 0.73 | 0.67 |
| Hex | E8 | CD | 6E | 0 | C | 35 | 9 | 2F | 49 | 43 |
| Octal | 350 | 315 | 156 | 0 | 14 | 65 | 11 | 57 | 111 | 103 |
| Binary | 11101000 | 11001101 | 1101110 | 0 | 1100 | 110101 | 1001 | 101111 | 1001001 | 1000011 |
Color Harmonies of #E8CD6E
Complementary color
Monochromatic Colors of #E8CD6E
Black with #E8CD6E
Text Example
Text Example
White with #E8CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD6E; }
p { color: rgb(232,205,110); }
H1.HeaderClassName
{
color: #E8CD6E;
}
.AnyTagClassName
{
color: #E8CD6E;
}
</style>
background-color css
<style>
a { background-color: #E8CD6E; }
a { background-color: rgb(232,205,110); }
div.DivClassName
{
background-color: #E8CD6E;
}
.BgClassName
{
background-color: #E8CD6E;
}
</style>
border-color css
<style>
span { border-color: #E8CD6E; }
span { border-color: rgb(232,205,110); }
td.TdClassName
{
border-color: #E8CD6E;
}
.TagClassName
{
border-color: #E8CD6E;
}
</style>