Shades of Golden Sand #E9D963
Tints of Golden Sand #E9D963
RGB
CMYK
RGB Variations
Color information
#E9D963 (or 0xE9D963) is known color: Golden Sand. HEX triplet: E9, D9 and 63. RGB value is (233,217,99). Sum of RGB (Red+Green+Blue) = 233+217+99=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D963 is #16269C. Grayscale: #D0D0D0. Windows color (decimal): -1451677 or 6543849. OLE color: 6543849.
HSL color Cylindrical-coordinate representation of color #E9D963: hue angle of 52.84º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9D963 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 99 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.09 |
| HSL | 52.84º | 0.75% | 0.65% | - |
| HSV(B) | 52.84º | 0.58% | 0.91% | - |
| XYZ | 60.67 | 67.85 | 21.7 | - |
| YUV | 208.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 99 | 0 | 0.07 | 0.58 | 0.09 | 52.84 | 0.75 | 0.65 |
| Hex | E9 | D9 | 63 | 0 | 7 | 3A | 9 | 35 | 4B | 41 |
| Octal | 351 | 331 | 143 | 0 | 7 | 72 | 11 | 65 | 113 | 101 |
| Binary | 11101001 | 11011001 | 1100011 | 0 | 111 | 111010 | 1001 | 110101 | 1001011 | 1000001 |
Color Harmonies of #E9D963
Complementary color
Monochromatic Colors of #E9D963
Black with #E9D963
Text Example
Text Example
White with #E9D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D963; }
p { color: rgb(233,217,99); }
H1.HeaderClassName
{
color: #E9D963;
}
.AnyTagClassName
{
color: #E9D963;
}
</style>
background-color css
<style>
a { background-color: #E9D963; }
a { background-color: rgb(233,217,99); }
div.DivClassName
{
background-color: #E9D963;
}
.BgClassName
{
background-color: #E9D963;
}
</style>
border-color css
<style>
span { border-color: #E9D963; }
span { border-color: rgb(233,217,99); }
td.TdClassName
{
border-color: #E9D963;
}
.TagClassName
{
border-color: #E9D963;
}
</style>