Shades of Golden Sand #ECCE73
Tints of Golden Sand #ECCE73
RGB
CMYK
RGB Variations
Color information
#ECCE73 (or 0xECCE73) is known color: Golden Sand. HEX triplet: EC, CE and 73. RGB value is (236,206,115). Sum of RGB (Red+Green+Blue) = 236+206+115=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE73 is #13318C. Grayscale: #CCCCCC. Windows color (decimal): -1257869 or 7589612. OLE color: 7589612.
HSL color Cylindrical-coordinate representation of color #ECCE73: hue angle of 45.12º 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 #ECCE73 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 115 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.07 |
| HSL | 45.12º | 0.76% | 0.69% | - |
| HSV(B) | 45.12º | 0.51% | 0.93% | - |
| XYZ | 59.76 | 63.21 | 25.27 | - |
| YUV | 204.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 115 | 0 | 0.13 | 0.51 | 0.07 | 45.12 | 0.76 | 0.69 |
| Hex | EC | CE | 73 | 0 | D | 33 | 7 | 2D | 4C | 45 |
| Octal | 354 | 316 | 163 | 0 | 15 | 63 | 7 | 55 | 114 | 105 |
| Binary | 11101100 | 11001110 | 1110011 | 0 | 1101 | 110011 | 111 | 101101 | 1001100 | 1000101 |
Color Harmonies of #ECCE73
Complementary color
Monochromatic Colors of #ECCE73
Black with #ECCE73
Text Example
Text Example
White with #ECCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE73; }
p { color: rgb(236,206,115); }
H1.HeaderClassName
{
color: #ECCE73;
}
.AnyTagClassName
{
color: #ECCE73;
}
</style>
background-color css
<style>
a { background-color: #ECCE73; }
a { background-color: rgb(236,206,115); }
div.DivClassName
{
background-color: #ECCE73;
}
.BgClassName
{
background-color: #ECCE73;
}
</style>
border-color css
<style>
span { border-color: #ECCE73; }
span { border-color: rgb(236,206,115); }
td.TdClassName
{
border-color: #ECCE73;
}
.TagClassName
{
border-color: #ECCE73;
}
</style>