Shades of Golden Sand #E8C55E
Tints of Golden Sand #E8C55E
RGB
CMYK
RGB Variations
Color information
#E8C55E (or 0xE8C55E) is known color: Golden Sand. HEX triplet: E8, C5 and 5E. RGB value is (232,197,94). Sum of RGB (Red+Green+Blue) = 232+197+94=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C55E is #173AA1. Grayscale: #C4C4C4. Windows color (decimal): -1522338 or 6211048. OLE color: 6211048.
HSL color Cylindrical-coordinate representation of color #E8C55E: hue angle of 44.78º 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 #E8C55E is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 94 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.09 |
| HSL | 44.78º | 0.75% | 0.64% | - |
| HSV(B) | 44.78º | 0.59% | 0.91% | - |
| XYZ | 55.27 | 57.9 | 18.85 | - |
| YUV | 195.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 94 | 0 | 0.15 | 0.59 | 0.09 | 44.78 | 0.75 | 0.64 |
| Hex | E8 | C5 | 5E | 0 | F | 3B | 9 | 2D | 4B | 40 |
| Octal | 350 | 305 | 136 | 0 | 17 | 73 | 11 | 55 | 113 | 100 |
| Binary | 11101000 | 11000101 | 1011110 | 0 | 1111 | 111011 | 1001 | 101101 | 1001011 | 1000000 |
Color Harmonies of #E8C55E
Complementary color
Monochromatic Colors of #E8C55E
Black with #E8C55E
Text Example
Text Example
White with #E8C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C55E; }
p { color: rgb(232,197,94); }
H1.HeaderClassName
{
color: #E8C55E;
}
.AnyTagClassName
{
color: #E8C55E;
}
</style>
background-color css
<style>
a { background-color: #E8C55E; }
a { background-color: rgb(232,197,94); }
div.DivClassName
{
background-color: #E8C55E;
}
.BgClassName
{
background-color: #E8C55E;
}
</style>
border-color css
<style>
span { border-color: #E8C55E; }
span { border-color: rgb(232,197,94); }
td.TdClassName
{
border-color: #E8C55E;
}
.TagClassName
{
border-color: #E8C55E;
}
</style>