Shades of Golden Sand #E8D062
Tints of Golden Sand #E8D062
RGB
CMYK
RGB Variations
Color information
#E8D062 (or 0xE8D062) is known color: Golden Sand. HEX triplet: E8, D0 and 62. RGB value is (232,208,98). Sum of RGB (Red+Green+Blue) = 232+208+98=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D062 is #172F9D. Grayscale: #CBCBCB. Windows color (decimal): -1519518 or 6476008. OLE color: 6476008.
HSL color Cylindrical-coordinate representation of color #E8D062: hue angle of 49.25º degrees, saturation: 0.74, 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 #E8D062 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 98 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.09 |
| HSL | 49.25º | 0.74% | 0.65% | - |
| HSV(B) | 49.25º | 0.58% | 0.91% | - |
| XYZ | 58.04 | 63.15 | 20.69 | - |
| YUV | 202.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 98 | 0 | 0.10 | 0.58 | 0.09 | 49.25 | 0.74 | 0.65 |
| Hex | E8 | D0 | 62 | 0 | A | 3A | 9 | 31 | 4A | 41 |
| Octal | 350 | 320 | 142 | 0 | 12 | 72 | 11 | 61 | 112 | 101 |
| Binary | 11101000 | 11010000 | 1100010 | 0 | 1010 | 111010 | 1001 | 110001 | 1001010 | 1000001 |
Color Harmonies of #E8D062
Complementary color
Monochromatic Colors of #E8D062
Black with #E8D062
Text Example
Text Example
White with #E8D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D062; }
p { color: rgb(232,208,98); }
H1.HeaderClassName
{
color: #E8D062;
}
.AnyTagClassName
{
color: #E8D062;
}
</style>
background-color css
<style>
a { background-color: #E8D062; }
a { background-color: rgb(232,208,98); }
div.DivClassName
{
background-color: #E8D062;
}
.BgClassName
{
background-color: #E8D062;
}
</style>
border-color css
<style>
span { border-color: #E8D062; }
span { border-color: rgb(232,208,98); }
td.TdClassName
{
border-color: #E8D062;
}
.TagClassName
{
border-color: #E8D062;
}
</style>