Shades of Golden Sand #E9C963
Tints of Golden Sand #E9C963
RGB
CMYK
RGB Variations
Color information
#E9C963 (or 0xE9C963) is known color: Golden Sand. HEX triplet: E9, C9 and 63. RGB value is (233,201,99). Sum of RGB (Red+Green+Blue) = 233+201+99=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C963 is #16369C. Grayscale: #C7C7C7. Windows color (decimal): -1455773 or 6539753. OLE color: 6539753.
HSL color Cylindrical-coordinate representation of color #E9C963: hue angle of 45.67º 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 #E9C963 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.09 |
| HSL | 45.67º | 0.75% | 0.65% | - |
| HSV(B) | 45.67º | 0.58% | 0.91% | - |
| XYZ | 56.74 | 60 | 20.39 | - |
| YUV | 198.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 99 | 0 | 0.14 | 0.58 | 0.09 | 45.67 | 0.75 | 0.65 |
| Hex | E9 | C9 | 63 | 0 | E | 3A | 9 | 2E | 4B | 41 |
| Octal | 351 | 311 | 143 | 0 | 16 | 72 | 11 | 56 | 113 | 101 |
| Binary | 11101001 | 11001001 | 1100011 | 0 | 1110 | 111010 | 1001 | 101110 | 1001011 | 1000001 |
Color Harmonies of #E9C963
Complementary color
Monochromatic Colors of #E9C963
Black with #E9C963
Text Example
Text Example
White with #E9C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C963; }
p { color: rgb(233,201,99); }
H1.HeaderClassName
{
color: #E9C963;
}
.AnyTagClassName
{
color: #E9C963;
}
</style>
background-color css
<style>
a { background-color: #E9C963; }
a { background-color: rgb(233,201,99); }
div.DivClassName
{
background-color: #E9C963;
}
.BgClassName
{
background-color: #E9C963;
}
</style>
border-color css
<style>
span { border-color: #E9C963; }
span { border-color: rgb(233,201,99); }
td.TdClassName
{
border-color: #E9C963;
}
.TagClassName
{
border-color: #E9C963;
}
</style>