Shades of Golden Sand #ECD073
Tints of Golden Sand #ECD073
RGB
CMYK
RGB Variations
Color information
#ECD073 (or 0xECD073) is known color: Golden Sand. HEX triplet: EC, D0 and 73. RGB value is (236,208,115). Sum of RGB (Red+Green+Blue) = 236+208+115=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD073 is #132F8C. Grayscale: #CECECE. Windows color (decimal): -1257357 or 7590124. OLE color: 7590124.
HSL color Cylindrical-coordinate representation of color #ECD073: hue angle of 46.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 #ECD073 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 115 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.07 |
| HSL | 46.12º | 0.76% | 0.69% | - |
| HSV(B) | 46.12º | 0.51% | 0.93% | - |
| XYZ | 60.24 | 64.18 | 25.43 | - |
| YUV | 205.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 115 | 0 | 0.12 | 0.51 | 0.07 | 46.12 | 0.76 | 0.69 |
| Hex | EC | D0 | 73 | 0 | C | 33 | 7 | 2E | 4C | 45 |
| Octal | 354 | 320 | 163 | 0 | 14 | 63 | 7 | 56 | 114 | 105 |
| Binary | 11101100 | 11010000 | 1110011 | 0 | 1100 | 110011 | 111 | 101110 | 1001100 | 1000101 |
Color Harmonies of #ECD073
Complementary color
Monochromatic Colors of #ECD073
Black with #ECD073
Text Example
Text Example
White with #ECD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD073; }
p { color: rgb(236,208,115); }
H1.HeaderClassName
{
color: #ECD073;
}
.AnyTagClassName
{
color: #ECD073;
}
</style>
background-color css
<style>
a { background-color: #ECD073; }
a { background-color: rgb(236,208,115); }
div.DivClassName
{
background-color: #ECD073;
}
.BgClassName
{
background-color: #ECD073;
}
</style>
border-color css
<style>
span { border-color: #ECD073; }
span { border-color: rgb(236,208,115); }
td.TdClassName
{
border-color: #ECD073;
}
.TagClassName
{
border-color: #ECD073;
}
</style>