Shades of Golden Sand #E8C46A
Tints of Golden Sand #E8C46A
RGB
CMYK
RGB Variations
Color information
#E8C46A (or 0xE8C46A) is known color: Golden Sand. HEX triplet: E8, C4 and 6A. RGB value is (232,196,106). Sum of RGB (Red+Green+Blue) = 232+196+106=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C46A is #173B95. Grayscale: #C4C4C4. Windows color (decimal): -1522582 or 6997224. OLE color: 6997224.
HSL color Cylindrical-coordinate representation of color #E8C46A: hue angle of 42.86º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8C46A is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 106 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.09 |
| HSL | 42.86º | 0.73% | 0.66% | - |
| HSV(B) | 42.86º | 0.54% | 0.91% | - |
| XYZ | 55.62 | 57.68 | 21.84 | - |
| YUV | 196.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 106 | 0 | 0.16 | 0.54 | 0.09 | 42.86 | 0.73 | 0.66 |
| Hex | E8 | C4 | 6A | 0 | 10 | 36 | 9 | 2B | 49 | 42 |
| Octal | 350 | 304 | 152 | 0 | 20 | 66 | 11 | 53 | 111 | 102 |
| Binary | 11101000 | 11000100 | 1101010 | 0 | 10000 | 110110 | 1001 | 101011 | 1001001 | 1000010 |
Color Harmonies of #E8C46A
Complementary color
Monochromatic Colors of #E8C46A
Black with #E8C46A
Text Example
Text Example
White with #E8C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C46A; }
p { color: rgb(232,196,106); }
H1.HeaderClassName
{
color: #E8C46A;
}
.AnyTagClassName
{
color: #E8C46A;
}
</style>
background-color css
<style>
a { background-color: #E8C46A; }
a { background-color: rgb(232,196,106); }
div.DivClassName
{
background-color: #E8C46A;
}
.BgClassName
{
background-color: #E8C46A;
}
</style>
border-color css
<style>
span { border-color: #E8C46A; }
span { border-color: rgb(232,196,106); }
td.TdClassName
{
border-color: #E8C46A;
}
.TagClassName
{
border-color: #E8C46A;
}
</style>