Shades of Golden Sand #E9CE60
Tints of Golden Sand #E9CE60
RGB
CMYK
RGB Variations
Color information
#E9CE60 (or 0xE9CE60) is known color: Golden Sand. HEX triplet: E9, CE and 60. RGB value is (233,206,96). Sum of RGB (Red+Green+Blue) = 233+206+96=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE60 is #16319F. Grayscale: #CACACA. Windows color (decimal): -1454496 or 6344425. OLE color: 6344425.
HSL color Cylindrical-coordinate representation of color #E9CE60: hue angle of 48.18º 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 #E9CE60 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 96 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.09 |
| HSL | 48.18º | 0.76% | 0.65% | - |
| HSV(B) | 48.18º | 0.59% | 0.91% | - |
| XYZ | 57.79 | 62.31 | 20.05 | - |
| YUV | 201.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 96 | 0 | 0.12 | 0.59 | 0.09 | 48.18 | 0.76 | 0.65 |
| Hex | E9 | CE | 60 | 0 | C | 3B | 9 | 30 | 4C | 41 |
| Octal | 351 | 316 | 140 | 0 | 14 | 73 | 11 | 60 | 114 | 101 |
| Binary | 11101001 | 11001110 | 1100000 | 0 | 1100 | 111011 | 1001 | 110000 | 1001100 | 1000001 |
Color Harmonies of #E9CE60
Complementary color
Monochromatic Colors of #E9CE60
Black with #E9CE60
Text Example
Text Example
White with #E9CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE60; }
p { color: rgb(233,206,96); }
H1.HeaderClassName
{
color: #E9CE60;
}
.AnyTagClassName
{
color: #E9CE60;
}
</style>
background-color css
<style>
a { background-color: #E9CE60; }
a { background-color: rgb(233,206,96); }
div.DivClassName
{
background-color: #E9CE60;
}
.BgClassName
{
background-color: #E9CE60;
}
</style>
border-color css
<style>
span { border-color: #E9CE60; }
span { border-color: rgb(233,206,96); }
td.TdClassName
{
border-color: #E9CE60;
}
.TagClassName
{
border-color: #E9CE60;
}
</style>