Shades of Golden Sand #E9D16C
Tints of Golden Sand #E9D16C
RGB
CMYK
RGB Variations
Color information
#E9D16C (or 0xE9D16C) is known color: Golden Sand. HEX triplet: E9, D1 and 6C. RGB value is (233,209,108). Sum of RGB (Red+Green+Blue) = 233+209+108=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D16C is #162E93. Grayscale: #CDCDCD. Windows color (decimal): -1453716 or 7131625. OLE color: 7131625.
HSL color Cylindrical-coordinate representation of color #E9D16C: hue angle of 48.48º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E9D16C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 108 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.09 |
| HSL | 48.48º | 0.74% | 0.67% | - |
| HSV(B) | 48.48º | 0.54% | 0.91% | - |
| XYZ | 59.11 | 64.01 | 23.43 | - |
| YUV | 204.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 108 | 0 | 0.10 | 0.54 | 0.09 | 48.48 | 0.74 | 0.67 |
| Hex | E9 | D1 | 6C | 0 | A | 36 | 9 | 30 | 4A | 43 |
| Octal | 351 | 321 | 154 | 0 | 12 | 66 | 11 | 60 | 112 | 103 |
| Binary | 11101001 | 11010001 | 1101100 | 0 | 1010 | 110110 | 1001 | 110000 | 1001010 | 1000011 |
Color Harmonies of #E9D16C
Complementary color
Monochromatic Colors of #E9D16C
Black with #E9D16C
Text Example
Text Example
White with #E9D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D16C; }
p { color: rgb(233,209,108); }
H1.HeaderClassName
{
color: #E9D16C;
}
.AnyTagClassName
{
color: #E9D16C;
}
</style>
background-color css
<style>
a { background-color: #E9D16C; }
a { background-color: rgb(233,209,108); }
div.DivClassName
{
background-color: #E9D16C;
}
.BgClassName
{
background-color: #E9D16C;
}
</style>
border-color css
<style>
span { border-color: #E9D16C; }
span { border-color: rgb(233,209,108); }
td.TdClassName
{
border-color: #E9D16C;
}
.TagClassName
{
border-color: #E9D16C;
}
</style>