Shades of Golden Sand #ECC770
Tints of Golden Sand #ECC770
RGB
CMYK
RGB Variations
Color information
#ECC770 (or 0xECC770) is known color: Golden Sand. HEX triplet: EC, C7 and 70. RGB value is (236,199,112). Sum of RGB (Red+Green+Blue) = 236+199+112=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC770 is #13388F. Grayscale: #C8C8C8. Windows color (decimal): -1259664 or 7391212. OLE color: 7391212.
HSL color Cylindrical-coordinate representation of color #ECC770: hue angle of 42.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECC770 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 112 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 42.1º | 0.77% | 0.68% | - |
| HSV(B) | 42.1º | 0.53% | 0.93% | - |
| XYZ | 57.94 | 59.85 | 23.83 | - |
| YUV | 200.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 112 | 0 | 0.16 | 0.53 | 0.07 | 42.1 | 0.77 | 0.68 |
| Hex | EC | C7 | 70 | 0 | 10 | 35 | 7 | 2A | 4D | 44 |
| Octal | 354 | 307 | 160 | 0 | 20 | 65 | 7 | 52 | 115 | 104 |
| Binary | 11101100 | 11000111 | 1110000 | 0 | 10000 | 110101 | 111 | 101010 | 1001101 | 1000100 |
Color Harmonies of #ECC770
Complementary color
Monochromatic Colors of #ECC770
Black with #ECC770
Text Example
Text Example
White with #ECC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC770; }
p { color: rgb(236,199,112); }
H1.HeaderClassName
{
color: #ECC770;
}
.AnyTagClassName
{
color: #ECC770;
}
</style>
background-color css
<style>
a { background-color: #ECC770; }
a { background-color: rgb(236,199,112); }
div.DivClassName
{
background-color: #ECC770;
}
.BgClassName
{
background-color: #ECC770;
}
</style>
border-color css
<style>
span { border-color: #ECC770; }
span { border-color: rgb(236,199,112); }
td.TdClassName
{
border-color: #ECC770;
}
.TagClassName
{
border-color: #ECC770;
}
</style>