Shades of Golden Sand #E9CD73
Tints of Golden Sand #E9CD73
RGB
CMYK
RGB Variations
Color information
#E9CD73 (or 0xE9CD73) is known color: Golden Sand. HEX triplet: E9, CD and 73. RGB value is (233,205,115). Sum of RGB (Red+Green+Blue) = 233+205+115=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD73 is #16328C. Grayscale: #CBCBCB. Windows color (decimal): -1454733 or 7589353. OLE color: 7589353.
HSL color Cylindrical-coordinate representation of color #E9CD73: hue angle of 45.76º 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 #E9CD73 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 115 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.09 |
| HSL | 45.76º | 0.73% | 0.68% | - |
| HSV(B) | 45.76º | 0.51% | 0.91% | - |
| XYZ | 58.53 | 62.22 | 25.15 | - |
| YUV | 203.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 115 | 0 | 0.12 | 0.51 | 0.09 | 45.76 | 0.73 | 0.68 |
| Hex | E9 | CD | 73 | 0 | C | 33 | 9 | 2E | 49 | 44 |
| Octal | 351 | 315 | 163 | 0 | 14 | 63 | 11 | 56 | 111 | 104 |
| Binary | 11101001 | 11001101 | 1110011 | 0 | 1100 | 110011 | 1001 | 101110 | 1001001 | 1000100 |
Color Harmonies of #E9CD73
Complementary color
Monochromatic Colors of #E9CD73
Black with #E9CD73
Text Example
Text Example
White with #E9CD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD73; }
p { color: rgb(233,205,115); }
H1.HeaderClassName
{
color: #E9CD73;
}
.AnyTagClassName
{
color: #E9CD73;
}
</style>
background-color css
<style>
a { background-color: #E9CD73; }
a { background-color: rgb(233,205,115); }
div.DivClassName
{
background-color: #E9CD73;
}
.BgClassName
{
background-color: #E9CD73;
}
</style>
border-color css
<style>
span { border-color: #E9CD73; }
span { border-color: rgb(233,205,115); }
td.TdClassName
{
border-color: #E9CD73;
}
.TagClassName
{
border-color: #E9CD73;
}
</style>