Shades of Golden Sand #ECC971
Tints of Golden Sand #ECC971
RGB
CMYK
RGB Variations
Color information
#ECC971 (or 0xECC971) is known color: Golden Sand. HEX triplet: EC, C9 and 71. RGB value is (236,201,113). Sum of RGB (Red+Green+Blue) = 236+201+113=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC971 is #13368E. Grayscale: #C9C9C9. Windows color (decimal): -1259151 or 7457260. OLE color: 7457260.
HSL color Cylindrical-coordinate representation of color #ECC971: hue angle of 42.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECC971 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 113 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.07 |
| HSL | 42.93º | 0.76% | 0.68% | - |
| HSV(B) | 42.93º | 0.52% | 0.93% | - |
| XYZ | 58.46 | 60.8 | 24.28 | - |
| YUV | 201.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 113 | 0 | 0.15 | 0.52 | 0.07 | 42.93 | 0.76 | 0.68 |
| Hex | EC | C9 | 71 | 0 | F | 34 | 7 | 2B | 4C | 44 |
| Octal | 354 | 311 | 161 | 0 | 17 | 64 | 7 | 53 | 114 | 104 |
| Binary | 11101100 | 11001001 | 1110001 | 0 | 1111 | 110100 | 111 | 101011 | 1001100 | 1000100 |
Color Harmonies of #ECC971
Complementary color
Monochromatic Colors of #ECC971
Black with #ECC971
Text Example
Text Example
White with #ECC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC971; }
p { color: rgb(236,201,113); }
H1.HeaderClassName
{
color: #ECC971;
}
.AnyTagClassName
{
color: #ECC971;
}
</style>
background-color css
<style>
a { background-color: #ECC971; }
a { background-color: rgb(236,201,113); }
div.DivClassName
{
background-color: #ECC971;
}
.BgClassName
{
background-color: #ECC971;
}
</style>
border-color css
<style>
span { border-color: #ECC971; }
span { border-color: rgb(236,201,113); }
td.TdClassName
{
border-color: #ECC971;
}
.TagClassName
{
border-color: #ECC971;
}
</style>