Shades of Golden Sand #E8C95C
Tints of Golden Sand #E8C95C
RGB
CMYK
RGB Variations
Color information
#E8C95C (or 0xE8C95C) is known color: Golden Sand. HEX triplet: E8, C9 and 5C. RGB value is (232,201,92). Sum of RGB (Red+Green+Blue) = 232+201+92=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C95C is #1736A3. Grayscale: #C6C6C6. Windows color (decimal): -1521316 or 6081000. OLE color: 6081000.
HSL color Cylindrical-coordinate representation of color #E8C95C: hue angle of 46.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8C95C is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 92 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.09 |
| HSL | 46.71º | 0.75% | 0.64% | - |
| HSV(B) | 46.71º | 0.6% | 0.91% | - |
| XYZ | 56.1 | 59.7 | 18.69 | - |
| YUV | 197.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 92 | 0 | 0.13 | 0.60 | 0.09 | 46.71 | 0.75 | 0.64 |
| Hex | E8 | C9 | 5C | 0 | D | 3C | 9 | 2F | 4B | 40 |
| Octal | 350 | 311 | 134 | 0 | 15 | 74 | 11 | 57 | 113 | 100 |
| Binary | 11101000 | 11001001 | 1011100 | 0 | 1101 | 111100 | 1001 | 101111 | 1001011 | 1000000 |
Color Harmonies of #E8C95C
Complementary color
Monochromatic Colors of #E8C95C
Black with #E8C95C
Text Example
Text Example
White with #E8C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C95C; }
p { color: rgb(232,201,92); }
H1.HeaderClassName
{
color: #E8C95C;
}
.AnyTagClassName
{
color: #E8C95C;
}
</style>
background-color css
<style>
a { background-color: #E8C95C; }
a { background-color: rgb(232,201,92); }
div.DivClassName
{
background-color: #E8C95C;
}
.BgClassName
{
background-color: #E8C95C;
}
</style>
border-color css
<style>
span { border-color: #E8C95C; }
span { border-color: rgb(232,201,92); }
td.TdClassName
{
border-color: #E8C95C;
}
.TagClassName
{
border-color: #E8C95C;
}
</style>