Shades of Golden Sand #E8D462
Tints of Golden Sand #E8D462
RGB
CMYK
RGB Variations
Color information
#E8D462 (or 0xE8D462) is known color: Golden Sand. HEX triplet: E8, D4 and 62. RGB value is (232,212,98). Sum of RGB (Red+Green+Blue) = 232+212+98=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D462 is #172B9D. Grayscale: #CDCDCD. Windows color (decimal): -1518494 or 6477032. OLE color: 6477032.
HSL color Cylindrical-coordinate representation of color #E8D462: hue angle of 51.04º 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 #E8D462 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 98 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.09 |
| HSL | 51.04º | 0.74% | 0.65% | - |
| HSV(B) | 51.04º | 0.58% | 0.91% | - |
| XYZ | 59.03 | 65.12 | 21.01 | - |
| YUV | 204.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 98 | 0 | 0.09 | 0.58 | 0.09 | 51.04 | 0.74 | 0.65 |
| Hex | E8 | D4 | 62 | 0 | 9 | 3A | 9 | 33 | 4A | 41 |
| Octal | 350 | 324 | 142 | 0 | 11 | 72 | 11 | 63 | 112 | 101 |
| Binary | 11101000 | 11010100 | 1100010 | 0 | 1001 | 111010 | 1001 | 110011 | 1001010 | 1000001 |
Color Harmonies of #E8D462
Complementary color
Monochromatic Colors of #E8D462
Black with #E8D462
Text Example
Text Example
White with #E8D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D462; }
p { color: rgb(232,212,98); }
H1.HeaderClassName
{
color: #E8D462;
}
.AnyTagClassName
{
color: #E8D462;
}
</style>
background-color css
<style>
a { background-color: #E8D462; }
a { background-color: rgb(232,212,98); }
div.DivClassName
{
background-color: #E8D462;
}
.BgClassName
{
background-color: #E8D462;
}
</style>
border-color css
<style>
span { border-color: #E8D462; }
span { border-color: rgb(232,212,98); }
td.TdClassName
{
border-color: #E8D462;
}
.TagClassName
{
border-color: #E8D462;
}
</style>