Shades of Golden Sand #E8D161
Tints of Golden Sand #E8D161
RGB
CMYK
RGB Variations
Color information
#E8D161 (or 0xE8D161) is known color: Golden Sand. HEX triplet: E8, D1 and 61. RGB value is (232,209,97). Sum of RGB (Red+Green+Blue) = 232+209+97=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D161 is #172E9E. Grayscale: #CBCBCB. Windows color (decimal): -1519263 or 6410728. OLE color: 6410728.
HSL color Cylindrical-coordinate representation of color #E8D161: hue angle of 49.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8D161 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 97 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.09 |
| HSL | 49.78º | 0.75% | 0.65% | - |
| HSV(B) | 49.78º | 0.58% | 0.91% | - |
| XYZ | 58.24 | 63.62 | 20.52 | - |
| YUV | 203.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 97 | 0 | 0.10 | 0.58 | 0.09 | 49.78 | 0.75 | 0.65 |
| Hex | E8 | D1 | 61 | 0 | A | 3A | 9 | 32 | 4B | 41 |
| Octal | 350 | 321 | 141 | 0 | 12 | 72 | 11 | 62 | 113 | 101 |
| Binary | 11101000 | 11010001 | 1100001 | 0 | 1010 | 111010 | 1001 | 110010 | 1001011 | 1000001 |
Color Harmonies of #E8D161
Complementary color
Monochromatic Colors of #E8D161
Black with #E8D161
Text Example
Text Example
White with #E8D161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D161; }
p { color: rgb(232,209,97); }
H1.HeaderClassName
{
color: #E8D161;
}
.AnyTagClassName
{
color: #E8D161;
}
</style>
background-color css
<style>
a { background-color: #E8D161; }
a { background-color: rgb(232,209,97); }
div.DivClassName
{
background-color: #E8D161;
}
.BgClassName
{
background-color: #E8D161;
}
</style>
border-color css
<style>
span { border-color: #E8D161; }
span { border-color: rgb(232,209,97); }
td.TdClassName
{
border-color: #E8D161;
}
.TagClassName
{
border-color: #E8D161;
}
</style>