Shades of Golden Sand #E8C663
Tints of Golden Sand #E8C663
RGB
CMYK
RGB Variations
Color information
#E8C663 (or 0xE8C663) is known color: Golden Sand. HEX triplet: E8, C6 and 63. RGB value is (232,198,99). Sum of RGB (Red+Green+Blue) = 232+198+99=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C663 is #17399C. Grayscale: #C5C5C5. Windows color (decimal): -1522077 or 6538984. OLE color: 6538984.
HSL color Cylindrical-coordinate representation of color #E8C663: hue angle of 44.66º 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 #E8C663 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 99 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.09 |
| HSL | 44.66º | 0.74% | 0.65% | - |
| HSV(B) | 44.66º | 0.57% | 0.91% | - |
| XYZ | 55.72 | 58.44 | 20.15 | - |
| YUV | 196.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 99 | 0 | 0.15 | 0.57 | 0.09 | 44.66 | 0.74 | 0.65 |
| Hex | E8 | C6 | 63 | 0 | F | 39 | 9 | 2D | 4A | 41 |
| Octal | 350 | 306 | 143 | 0 | 17 | 71 | 11 | 55 | 112 | 101 |
| Binary | 11101000 | 11000110 | 1100011 | 0 | 1111 | 111001 | 1001 | 101101 | 1001010 | 1000001 |
Color Harmonies of #E8C663
Complementary color
Monochromatic Colors of #E8C663
Black with #E8C663
Text Example
Text Example
White with #E8C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C663; }
p { color: rgb(232,198,99); }
H1.HeaderClassName
{
color: #E8C663;
}
.AnyTagClassName
{
color: #E8C663;
}
</style>
background-color css
<style>
a { background-color: #E8C663; }
a { background-color: rgb(232,198,99); }
div.DivClassName
{
background-color: #E8C663;
}
.BgClassName
{
background-color: #E8C663;
}
</style>
border-color css
<style>
span { border-color: #E8C663; }
span { border-color: rgb(232,198,99); }
td.TdClassName
{
border-color: #E8C663;
}
.TagClassName
{
border-color: #E8C663;
}
</style>