Shades of Golden Sand #E9D06D
Tints of Golden Sand #E9D06D
RGB
CMYK
RGB Variations
Color information
#E9D06D (or 0xE9D06D) is known color: Golden Sand. HEX triplet: E9, D0 and 6D. RGB value is (233,208,109). Sum of RGB (Red+Green+Blue) = 233+208+109=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D06D is #162F92. Grayscale: #CCCCCC. Windows color (decimal): -1453971 or 7196905. OLE color: 7196905.
HSL color Cylindrical-coordinate representation of color #E9D06D: hue angle of 47.9º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9D06D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 109 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.09 |
| HSL | 47.9º | 0.74% | 0.67% | - |
| HSV(B) | 47.9º | 0.53% | 0.91% | - |
| XYZ | 58.92 | 63.54 | 23.63 | - |
| YUV | 204.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 109 | 0 | 0.11 | 0.53 | 0.09 | 47.9 | 0.74 | 0.67 |
| Hex | E9 | D0 | 6D | 0 | B | 35 | 9 | 30 | 4A | 43 |
| Octal | 351 | 320 | 155 | 0 | 13 | 65 | 11 | 60 | 112 | 103 |
| Binary | 11101001 | 11010000 | 1101101 | 0 | 1011 | 110101 | 1001 | 110000 | 1001010 | 1000011 |
Color Harmonies of #E9D06D
Complementary color
Monochromatic Colors of #E9D06D
Black with #E9D06D
Text Example
Text Example
White with #E9D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D06D; }
p { color: rgb(233,208,109); }
H1.HeaderClassName
{
color: #E9D06D;
}
.AnyTagClassName
{
color: #E9D06D;
}
</style>
background-color css
<style>
a { background-color: #E9D06D; }
a { background-color: rgb(233,208,109); }
div.DivClassName
{
background-color: #E9D06D;
}
.BgClassName
{
background-color: #E9D06D;
}
</style>
border-color css
<style>
span { border-color: #E9D06D; }
span { border-color: rgb(233,208,109); }
td.TdClassName
{
border-color: #E9D06D;
}
.TagClassName
{
border-color: #E9D06D;
}
</style>