Shades of Golden Sand #E9C760
Tints of Golden Sand #E9C760
RGB
CMYK
RGB Variations
Color information
#E9C760 (or 0xE9C760) is known color: Golden Sand. HEX triplet: E9, C7 and 60. RGB value is (233,199,96). Sum of RGB (Red+Green+Blue) = 233+199+96=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C760 is #16389F. Grayscale: #C5C5C5. Windows color (decimal): -1456288 or 6342633. OLE color: 6342633.
HSL color Cylindrical-coordinate representation of color #E9C760: hue angle of 45.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9C760 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 96 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.09 |
| HSL | 45.11º | 0.76% | 0.65% | - |
| HSV(B) | 45.11º | 0.59% | 0.91% | - |
| XYZ | 56.14 | 59.02 | 19.5 | - |
| YUV | 197.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 96 | 0 | 0.15 | 0.59 | 0.09 | 45.11 | 0.76 | 0.65 |
| Hex | E9 | C7 | 60 | 0 | F | 3B | 9 | 2D | 4C | 41 |
| Octal | 351 | 307 | 140 | 0 | 17 | 73 | 11 | 55 | 114 | 101 |
| Binary | 11101001 | 11000111 | 1100000 | 0 | 1111 | 111011 | 1001 | 101101 | 1001100 | 1000001 |
Color Harmonies of #E9C760
Complementary color
Monochromatic Colors of #E9C760
Black with #E9C760
Text Example
Text Example
White with #E9C760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C760; }
p { color: rgb(233,199,96); }
H1.HeaderClassName
{
color: #E9C760;
}
.AnyTagClassName
{
color: #E9C760;
}
</style>
background-color css
<style>
a { background-color: #E9C760; }
a { background-color: rgb(233,199,96); }
div.DivClassName
{
background-color: #E9C760;
}
.BgClassName
{
background-color: #E9C760;
}
</style>
border-color css
<style>
span { border-color: #E9C760; }
span { border-color: rgb(233,199,96); }
td.TdClassName
{
border-color: #E9C760;
}
.TagClassName
{
border-color: #E9C760;
}
</style>