Shades of Golden Sand #E8CD6C
Tints of Golden Sand #E8CD6C
RGB
CMYK
RGB Variations
Color information
#E8CD6C (or 0xE8CD6C) is known color: Golden Sand. HEX triplet: E8, CD and 6C. RGB value is (232,205,108). Sum of RGB (Red+Green+Blue) = 232+205+108=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD6C is #173293. Grayscale: #CACACA. Windows color (decimal): -1520276 or 7130600. OLE color: 7130600.
HSL color Cylindrical-coordinate representation of color #E8CD6C: hue angle of 46.94º 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 #E8CD6C is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 108 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 46.94º | 0.73% | 0.67% | - |
| HSV(B) | 46.94º | 0.53% | 0.91% | - |
| XYZ | 57.82 | 61.9 | 23.09 | - |
| YUV | 202.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 108 | 0 | 0.12 | 0.53 | 0.09 | 46.94 | 0.73 | 0.67 |
| Hex | E8 | CD | 6C | 0 | C | 35 | 9 | 2F | 49 | 43 |
| Octal | 350 | 315 | 154 | 0 | 14 | 65 | 11 | 57 | 111 | 103 |
| Binary | 11101000 | 11001101 | 1101100 | 0 | 1100 | 110101 | 1001 | 101111 | 1001001 | 1000011 |
Color Harmonies of #E8CD6C
Complementary color
Monochromatic Colors of #E8CD6C
Black with #E8CD6C
Text Example
Text Example
White with #E8CD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD6C; }
p { color: rgb(232,205,108); }
H1.HeaderClassName
{
color: #E8CD6C;
}
.AnyTagClassName
{
color: #E8CD6C;
}
</style>
background-color css
<style>
a { background-color: #E8CD6C; }
a { background-color: rgb(232,205,108); }
div.DivClassName
{
background-color: #E8CD6C;
}
.BgClassName
{
background-color: #E8CD6C;
}
</style>
border-color css
<style>
span { border-color: #E8CD6C; }
span { border-color: rgb(232,205,108); }
td.TdClassName
{
border-color: #E8CD6C;
}
.TagClassName
{
border-color: #E8CD6C;
}
</style>