Shades of Golden Sand #E8D069
Tints of Golden Sand #E8D069
RGB
CMYK
RGB Variations
Color information
#E8D069 (or 0xE8D069) is known color: Golden Sand. HEX triplet: E8, D0 and 69. RGB value is (232,208,105). Sum of RGB (Red+Green+Blue) = 232+208+105=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D069 is #172F96. Grayscale: #CBCBCB. Windows color (decimal): -1519511 or 6934760. OLE color: 6934760.
HSL color Cylindrical-coordinate representation of color #E8D069: hue angle of 48.66º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8D069 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 105 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.09 |
| HSL | 48.66º | 0.73% | 0.66% | - |
| HSV(B) | 48.66º | 0.55% | 0.91% | - |
| XYZ | 58.38 | 63.29 | 22.5 | - |
| YUV | 203.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 105 | 0 | 0.10 | 0.55 | 0.09 | 48.66 | 0.73 | 0.66 |
| Hex | E8 | D0 | 69 | 0 | A | 37 | 9 | 31 | 49 | 42 |
| Octal | 350 | 320 | 151 | 0 | 12 | 67 | 11 | 61 | 111 | 102 |
| Binary | 11101000 | 11010000 | 1101001 | 0 | 1010 | 110111 | 1001 | 110001 | 1001001 | 1000010 |
Color Harmonies of #E8D069
Complementary color
Monochromatic Colors of #E8D069
Black with #E8D069
Text Example
Text Example
White with #E8D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D069; }
p { color: rgb(232,208,105); }
H1.HeaderClassName
{
color: #E8D069;
}
.AnyTagClassName
{
color: #E8D069;
}
</style>
background-color css
<style>
a { background-color: #E8D069; }
a { background-color: rgb(232,208,105); }
div.DivClassName
{
background-color: #E8D069;
}
.BgClassName
{
background-color: #E8D069;
}
</style>
border-color css
<style>
span { border-color: #E8D069; }
span { border-color: rgb(232,208,105); }
td.TdClassName
{
border-color: #E8D069;
}
.TagClassName
{
border-color: #E8D069;
}
</style>