Shades of Golden Sand #E9D069
Tints of Golden Sand #E9D069
RGB
CMYK
RGB Variations
Color information
#E9D069 (or 0xE9D069) is known color: Golden Sand. HEX triplet: E9, D0 and 69. RGB value is (233,208,105). Sum of RGB (Red+Green+Blue) = 233+208+105=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D069 is #162F96. Grayscale: #CCCCCC. Windows color (decimal): -1453975 or 6934761. OLE color: 6934761.
HSL color Cylindrical-coordinate representation of color #E9D069: hue angle of 48.28º degrees, saturation: 0.74, 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 #E9D069 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 105 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.09 |
| HSL | 48.28º | 0.74% | 0.66% | - |
| HSV(B) | 48.28º | 0.55% | 0.91% | - |
| XYZ | 58.71 | 63.46 | 22.52 | - |
| YUV | 203.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 105 | 0 | 0.11 | 0.55 | 0.09 | 48.28 | 0.74 | 0.66 |
| Hex | E9 | D0 | 69 | 0 | B | 37 | 9 | 30 | 4A | 42 |
| Octal | 351 | 320 | 151 | 0 | 13 | 67 | 11 | 60 | 112 | 102 |
| Binary | 11101001 | 11010000 | 1101001 | 0 | 1011 | 110111 | 1001 | 110000 | 1001010 | 1000010 |
Color Harmonies of #E9D069
Complementary color
Monochromatic Colors of #E9D069
Black with #E9D069
Text Example
Text Example
White with #E9D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D069; }
p { color: rgb(233,208,105); }
H1.HeaderClassName
{
color: #E9D069;
}
.AnyTagClassName
{
color: #E9D069;
}
</style>
background-color css
<style>
a { background-color: #E9D069; }
a { background-color: rgb(233,208,105); }
div.DivClassName
{
background-color: #E9D069;
}
.BgClassName
{
background-color: #E9D069;
}
</style>
border-color css
<style>
span { border-color: #E9D069; }
span { border-color: rgb(233,208,105); }
td.TdClassName
{
border-color: #E9D069;
}
.TagClassName
{
border-color: #E9D069;
}
</style>