Shades of Golden Sand #ECCC73
Tints of Golden Sand #ECCC73
RGB
CMYK
RGB Variations
Color information
#ECCC73 (or 0xECCC73) is known color: Golden Sand. HEX triplet: EC, CC and 73. RGB value is (236,204,115). Sum of RGB (Red+Green+Blue) = 236+204+115=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC73 is #13338C. Grayscale: #CBCBCB. Windows color (decimal): -1258381 or 7589100. OLE color: 7589100.
HSL color Cylindrical-coordinate representation of color #ECCC73: hue angle of 44.13º 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 #ECCC73 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 115 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.07 |
| HSL | 44.13º | 0.76% | 0.69% | - |
| HSV(B) | 44.13º | 0.51% | 0.93% | - |
| XYZ | 59.28 | 62.26 | 25.11 | - |
| YUV | 203.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 115 | 0 | 0.14 | 0.51 | 0.07 | 44.13 | 0.76 | 0.69 |
| Hex | EC | CC | 73 | 0 | E | 33 | 7 | 2C | 4C | 45 |
| Octal | 354 | 314 | 163 | 0 | 16 | 63 | 7 | 54 | 114 | 105 |
| Binary | 11101100 | 11001100 | 1110011 | 0 | 1110 | 110011 | 111 | 101100 | 1001100 | 1000101 |
Color Harmonies of #ECCC73
Complementary color
Monochromatic Colors of #ECCC73
Black with #ECCC73
Text Example
Text Example
White with #ECCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC73; }
p { color: rgb(236,204,115); }
H1.HeaderClassName
{
color: #ECCC73;
}
.AnyTagClassName
{
color: #ECCC73;
}
</style>
background-color css
<style>
a { background-color: #ECCC73; }
a { background-color: rgb(236,204,115); }
div.DivClassName
{
background-color: #ECCC73;
}
.BgClassName
{
background-color: #ECCC73;
}
</style>
border-color css
<style>
span { border-color: #ECCC73; }
span { border-color: rgb(236,204,115); }
td.TdClassName
{
border-color: #ECCC73;
}
.TagClassName
{
border-color: #ECCC73;
}
</style>