Shades of Golden Sand #ECCD73
Tints of Golden Sand #ECCD73
RGB
CMYK
RGB Variations
Color information
#ECCD73 (or 0xECCD73) is known color: Golden Sand. HEX triplet: EC, CD and 73. RGB value is (236,205,115). Sum of RGB (Red+Green+Blue) = 236+205+115=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD73 is #13328C. Grayscale: #CCCCCC. Windows color (decimal): -1258125 or 7589356. OLE color: 7589356.
HSL color Cylindrical-coordinate representation of color #ECCD73: hue angle of 44.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECCD73 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 115 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.07 |
| HSL | 44.63º | 0.76% | 0.69% | - |
| HSV(B) | 44.63º | 0.51% | 0.93% | - |
| XYZ | 59.52 | 62.73 | 25.19 | - |
| YUV | 204.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 115 | 0 | 0.13 | 0.51 | 0.07 | 44.63 | 0.76 | 0.69 |
| Hex | EC | CD | 73 | 0 | D | 33 | 7 | 2D | 4C | 45 |
| Octal | 354 | 315 | 163 | 0 | 15 | 63 | 7 | 55 | 114 | 105 |
| Binary | 11101100 | 11001101 | 1110011 | 0 | 1101 | 110011 | 111 | 101101 | 1001100 | 1000101 |
Color Harmonies of #ECCD73
Complementary color
Monochromatic Colors of #ECCD73
Black with #ECCD73
Text Example
Text Example
White with #ECCD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD73; }
p { color: rgb(236,205,115); }
H1.HeaderClassName
{
color: #ECCD73;
}
.AnyTagClassName
{
color: #ECCD73;
}
</style>
background-color css
<style>
a { background-color: #ECCD73; }
a { background-color: rgb(236,205,115); }
div.DivClassName
{
background-color: #ECCD73;
}
.BgClassName
{
background-color: #ECCD73;
}
</style>
border-color css
<style>
span { border-color: #ECCD73; }
span { border-color: rgb(236,205,115); }
td.TdClassName
{
border-color: #ECCD73;
}
.TagClassName
{
border-color: #ECCD73;
}
</style>