Shades of Golden Sand #E8C360
Tints of Golden Sand #E8C360
RGB
CMYK
RGB Variations
Color information
#E8C360 (or 0xE8C360) is known color: Golden Sand. HEX triplet: E8, C3 and 60. RGB value is (232,195,96). Sum of RGB (Red+Green+Blue) = 232+195+96=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C360 is #173C9F. Grayscale: #C3C3C3. Windows color (decimal): -1522848 or 6341608. OLE color: 6341608.
HSL color Cylindrical-coordinate representation of color #E8C360: hue angle of 43.68º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8C360 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 96 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.09 |
| HSL | 43.68º | 0.75% | 0.64% | - |
| HSV(B) | 43.68º | 0.59% | 0.91% | - |
| XYZ | 54.91 | 57.03 | 19.18 | - |
| YUV | 194.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 96 | 0 | 0.16 | 0.59 | 0.09 | 43.68 | 0.75 | 0.64 |
| Hex | E8 | C3 | 60 | 0 | 10 | 3B | 9 | 2C | 4B | 40 |
| Octal | 350 | 303 | 140 | 0 | 20 | 73 | 11 | 54 | 113 | 100 |
| Binary | 11101000 | 11000011 | 1100000 | 0 | 10000 | 111011 | 1001 | 101100 | 1001011 | 1000000 |
Color Harmonies of #E8C360
Complementary color
Monochromatic Colors of #E8C360
Black with #E8C360
Text Example
Text Example
White with #E8C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C360; }
p { color: rgb(232,195,96); }
H1.HeaderClassName
{
color: #E8C360;
}
.AnyTagClassName
{
color: #E8C360;
}
</style>
background-color css
<style>
a { background-color: #E8C360; }
a { background-color: rgb(232,195,96); }
div.DivClassName
{
background-color: #E8C360;
}
.BgClassName
{
background-color: #E8C360;
}
</style>
border-color css
<style>
span { border-color: #E8C360; }
span { border-color: rgb(232,195,96); }
td.TdClassName
{
border-color: #E8C360;
}
.TagClassName
{
border-color: #E8C360;
}
</style>