Shades of Golden Sand #ECD072
Tints of Golden Sand #ECD072
RGB
CMYK
RGB Variations
Color information
#ECD072 (or 0xECD072) is known color: Golden Sand. HEX triplet: EC, D0 and 72. RGB value is (236,208,114). Sum of RGB (Red+Green+Blue) = 236+208+114=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD072 is #132F8D. Grayscale: #CECECE. Windows color (decimal): -1257358 or 7524588. OLE color: 7524588.
HSL color Cylindrical-coordinate representation of color #ECD072: hue angle of 46.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECD072 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 114 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 46.23º | 0.76% | 0.69% | - |
| HSV(B) | 46.23º | 0.52% | 0.93% | - |
| XYZ | 60.19 | 64.16 | 25.13 | - |
| YUV | 205.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 114 | 0 | 0.12 | 0.52 | 0.07 | 46.23 | 0.76 | 0.69 |
| Hex | EC | D0 | 72 | 0 | C | 34 | 7 | 2E | 4C | 45 |
| Octal | 354 | 320 | 162 | 0 | 14 | 64 | 7 | 56 | 114 | 105 |
| Binary | 11101100 | 11010000 | 1110010 | 0 | 1100 | 110100 | 111 | 101110 | 1001100 | 1000101 |
Color Harmonies of #ECD072
Complementary color
Monochromatic Colors of #ECD072
Black with #ECD072
Text Example
Text Example
White with #ECD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD072; }
p { color: rgb(236,208,114); }
H1.HeaderClassName
{
color: #ECD072;
}
.AnyTagClassName
{
color: #ECD072;
}
</style>
background-color css
<style>
a { background-color: #ECD072; }
a { background-color: rgb(236,208,114); }
div.DivClassName
{
background-color: #ECD072;
}
.BgClassName
{
background-color: #ECD072;
}
</style>
border-color css
<style>
span { border-color: #ECD072; }
span { border-color: rgb(236,208,114); }
td.TdClassName
{
border-color: #ECD072;
}
.TagClassName
{
border-color: #ECD072;
}
</style>