Shades of Golden Sand #E9CE73
Tints of Golden Sand #E9CE73
RGB
CMYK
RGB Variations
Color information
#E9CE73 (or 0xE9CE73) is known color: Golden Sand. HEX triplet: E9, CE and 73. RGB value is (233,206,115). Sum of RGB (Red+Green+Blue) = 233+206+115=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE73 is #16318C. Grayscale: #CCCCCC. Windows color (decimal): -1454477 or 7589609. OLE color: 7589609.
HSL color Cylindrical-coordinate representation of color #E9CE73: hue angle of 46.27º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9CE73 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 115 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.09 |
| HSL | 46.27º | 0.73% | 0.68% | - |
| HSV(B) | 46.27º | 0.51% | 0.91% | - |
| XYZ | 58.77 | 62.7 | 25.23 | - |
| YUV | 203.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 115 | 0 | 0.12 | 0.51 | 0.09 | 46.27 | 0.73 | 0.68 |
| Hex | E9 | CE | 73 | 0 | C | 33 | 9 | 2E | 49 | 44 |
| Octal | 351 | 316 | 163 | 0 | 14 | 63 | 11 | 56 | 111 | 104 |
| Binary | 11101001 | 11001110 | 1110011 | 0 | 1100 | 110011 | 1001 | 101110 | 1001001 | 1000100 |
Color Harmonies of #E9CE73
Complementary color
Monochromatic Colors of #E9CE73
Black with #E9CE73
Text Example
Text Example
White with #E9CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE73; }
p { color: rgb(233,206,115); }
H1.HeaderClassName
{
color: #E9CE73;
}
.AnyTagClassName
{
color: #E9CE73;
}
</style>
background-color css
<style>
a { background-color: #E9CE73; }
a { background-color: rgb(233,206,115); }
div.DivClassName
{
background-color: #E9CE73;
}
.BgClassName
{
background-color: #E9CE73;
}
</style>
border-color css
<style>
span { border-color: #E9CE73; }
span { border-color: rgb(233,206,115); }
td.TdClassName
{
border-color: #E9CE73;
}
.TagClassName
{
border-color: #E9CE73;
}
</style>