Shades of Golden Sand #E9D16A
Tints of Golden Sand #E9D16A
RGB
CMYK
RGB Variations
Color information
#E9D16A (or 0xE9D16A) is known color: Golden Sand. HEX triplet: E9, D1 and 6A. RGB value is (233,209,106). Sum of RGB (Red+Green+Blue) = 233+209+106=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D16A is #162E95. Grayscale: #CCCCCC. Windows color (decimal): -1453718 or 7000553. OLE color: 7000553.
HSL color Cylindrical-coordinate representation of color #E9D16A: hue angle of 48.66º 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 #E9D16A is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 106 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.09 |
| HSL | 48.66º | 0.74% | 0.66% | - |
| HSV(B) | 48.66º | 0.55% | 0.91% | - |
| XYZ | 59.01 | 63.97 | 22.87 | - |
| YUV | 204.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 106 | 0 | 0.10 | 0.55 | 0.09 | 48.66 | 0.74 | 0.66 |
| Hex | E9 | D1 | 6A | 0 | A | 37 | 9 | 31 | 4A | 42 |
| Octal | 351 | 321 | 152 | 0 | 12 | 67 | 11 | 61 | 112 | 102 |
| Binary | 11101001 | 11010001 | 1101010 | 0 | 1010 | 110111 | 1001 | 110001 | 1001010 | 1000010 |
Color Harmonies of #E9D16A
Complementary color
Monochromatic Colors of #E9D16A
Black with #E9D16A
Text Example
Text Example
White with #E9D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D16A; }
p { color: rgb(233,209,106); }
H1.HeaderClassName
{
color: #E9D16A;
}
.AnyTagClassName
{
color: #E9D16A;
}
</style>
background-color css
<style>
a { background-color: #E9D16A; }
a { background-color: rgb(233,209,106); }
div.DivClassName
{
background-color: #E9D16A;
}
.BgClassName
{
background-color: #E9D16A;
}
</style>
border-color css
<style>
span { border-color: #E9D16A; }
span { border-color: rgb(233,209,106); }
td.TdClassName
{
border-color: #E9D16A;
}
.TagClassName
{
border-color: #E9D16A;
}
</style>