Shades of Golden Sand #E9D169
Tints of Golden Sand #E9D169
RGB
CMYK
RGB Variations
Color information
#E9D169 (or 0xE9D169) is known color: Golden Sand. HEX triplet: E9, D1 and 69. RGB value is (233,209,105). Sum of RGB (Red+Green+Blue) = 233+209+105=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D169 is #162E96. Grayscale: #CCCCCC. Windows color (decimal): -1453719 or 6935017. OLE color: 6935017.
HSL color Cylindrical-coordinate representation of color #E9D169: hue angle of 48.75º 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 #E9D169 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 105 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.09 |
| HSL | 48.75º | 0.74% | 0.66% | - |
| HSV(B) | 48.75º | 0.55% | 0.91% | - |
| XYZ | 58.95 | 63.94 | 22.6 | - |
| YUV | 204.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 105 | 0 | 0.10 | 0.55 | 0.09 | 48.75 | 0.74 | 0.66 |
| Hex | E9 | D1 | 69 | 0 | A | 37 | 9 | 31 | 4A | 42 |
| Octal | 351 | 321 | 151 | 0 | 12 | 67 | 11 | 61 | 112 | 102 |
| Binary | 11101001 | 11010001 | 1101001 | 0 | 1010 | 110111 | 1001 | 110001 | 1001010 | 1000010 |
Color Harmonies of #E9D169
Complementary color
Monochromatic Colors of #E9D169
Black with #E9D169
Text Example
Text Example
White with #E9D169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D169; }
p { color: rgb(233,209,105); }
H1.HeaderClassName
{
color: #E9D169;
}
.AnyTagClassName
{
color: #E9D169;
}
</style>
background-color css
<style>
a { background-color: #E9D169; }
a { background-color: rgb(233,209,105); }
div.DivClassName
{
background-color: #E9D169;
}
.BgClassName
{
background-color: #E9D169;
}
</style>
border-color css
<style>
span { border-color: #E9D169; }
span { border-color: rgb(233,209,105); }
td.TdClassName
{
border-color: #E9D169;
}
.TagClassName
{
border-color: #E9D169;
}
</style>