Shades of Golden Sand #ECC96D
Tints of Golden Sand #ECC96D
RGB
CMYK
RGB Variations
Color information
#ECC96D (or 0xECC96D) is known color: Golden Sand. HEX triplet: EC, C9 and 6D. RGB value is (236,201,109). Sum of RGB (Red+Green+Blue) = 236+201+109=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC96D is #133692. Grayscale: #C9C9C9. Windows color (decimal): -1259155 or 7195116. OLE color: 7195116.
HSL color Cylindrical-coordinate representation of color #ECC96D: hue angle of 43.46º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC96D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 109 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.07 |
| HSL | 43.46º | 0.77% | 0.68% | - |
| HSV(B) | 43.46º | 0.54% | 0.93% | - |
| XYZ | 58.24 | 60.71 | 23.12 | - |
| YUV | 200.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 109 | 0 | 0.15 | 0.54 | 0.07 | 43.46 | 0.77 | 0.68 |
| Hex | EC | C9 | 6D | 0 | F | 36 | 7 | 2B | 4D | 44 |
| Octal | 354 | 311 | 155 | 0 | 17 | 66 | 7 | 53 | 115 | 104 |
| Binary | 11101100 | 11001001 | 1101101 | 0 | 1111 | 110110 | 111 | 101011 | 1001101 | 1000100 |
Color Harmonies of #ECC96D
Complementary color
Monochromatic Colors of #ECC96D
Black with #ECC96D
Text Example
Text Example
White with #ECC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC96D; }
p { color: rgb(236,201,109); }
H1.HeaderClassName
{
color: #ECC96D;
}
.AnyTagClassName
{
color: #ECC96D;
}
</style>
background-color css
<style>
a { background-color: #ECC96D; }
a { background-color: rgb(236,201,109); }
div.DivClassName
{
background-color: #ECC96D;
}
.BgClassName
{
background-color: #ECC96D;
}
</style>
border-color css
<style>
span { border-color: #ECC96D; }
span { border-color: rgb(236,201,109); }
td.TdClassName
{
border-color: #ECC96D;
}
.TagClassName
{
border-color: #ECC96D;
}
</style>