Shades of Golden Sand #E9CA60
Tints of Golden Sand #E9CA60
RGB
CMYK
RGB Variations
Color information
#E9CA60 (or 0xE9CA60) is known color: Golden Sand. HEX triplet: E9, CA and 60. RGB value is (233,202,96). Sum of RGB (Red+Green+Blue) = 233+202+96=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CA60 is #16359F. Grayscale: #C7C7C7. Windows color (decimal): -1455520 or 6343401. OLE color: 6343401.
HSL color Cylindrical-coordinate representation of color #E9CA60: hue angle of 46.42º 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 #E9CA60 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 96 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.09 |
| HSL | 46.42º | 0.76% | 0.65% | - |
| HSV(B) | 46.42º | 0.59% | 0.91% | - |
| XYZ | 56.84 | 60.41 | 19.73 | - |
| YUV | 199.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 96 | 0 | 0.13 | 0.59 | 0.09 | 46.42 | 0.76 | 0.65 |
| Hex | E9 | CA | 60 | 0 | D | 3B | 9 | 2E | 4C | 41 |
| Octal | 351 | 312 | 140 | 0 | 15 | 73 | 11 | 56 | 114 | 101 |
| Binary | 11101001 | 11001010 | 1100000 | 0 | 1101 | 111011 | 1001 | 101110 | 1001100 | 1000001 |
Color Harmonies of #E9CA60
Complementary color
Monochromatic Colors of #E9CA60
Black with #E9CA60
Text Example
Text Example
White with #E9CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA60; }
p { color: rgb(233,202,96); }
H1.HeaderClassName
{
color: #E9CA60;
}
.AnyTagClassName
{
color: #E9CA60;
}
</style>
background-color css
<style>
a { background-color: #E9CA60; }
a { background-color: rgb(233,202,96); }
div.DivClassName
{
background-color: #E9CA60;
}
.BgClassName
{
background-color: #E9CA60;
}
</style>
border-color css
<style>
span { border-color: #E9CA60; }
span { border-color: rgb(233,202,96); }
td.TdClassName
{
border-color: #E9CA60;
}
.TagClassName
{
border-color: #E9CA60;
}
</style>