Shades of Golden Sand #ECC46D
Tints of Golden Sand #ECC46D
RGB
CMYK
RGB Variations
Color information
#ECC46D (or 0xECC46D) is known color: Golden Sand. HEX triplet: EC, C4 and 6D. RGB value is (236,196,109). Sum of RGB (Red+Green+Blue) = 236+196+109=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46D is #133B92. Grayscale: #C6C6C6. Windows color (decimal): -1260435 or 7193836. OLE color: 7193836.
HSL color Cylindrical-coordinate representation of color #ECC46D: hue angle of 41.1º 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 #ECC46D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 109 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.07 |
| HSL | 41.1º | 0.77% | 0.68% | - |
| HSV(B) | 41.1º | 0.54% | 0.93% | - |
| XYZ | 57.09 | 58.42 | 22.73 | - |
| YUV | 198.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 109 | 0 | 0.17 | 0.54 | 0.07 | 41.1 | 0.77 | 0.68 |
| Hex | EC | C4 | 6D | 0 | 11 | 36 | 7 | 29 | 4D | 44 |
| Octal | 354 | 304 | 155 | 0 | 21 | 66 | 7 | 51 | 115 | 104 |
| Binary | 11101100 | 11000100 | 1101101 | 0 | 10001 | 110110 | 111 | 101001 | 1001101 | 1000100 |
Color Harmonies of #ECC46D
Complementary color
Monochromatic Colors of #ECC46D
Black with #ECC46D
Text Example
Text Example
White with #ECC46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC46D; }
p { color: rgb(236,196,109); }
H1.HeaderClassName
{
color: #ECC46D;
}
.AnyTagClassName
{
color: #ECC46D;
}
</style>
background-color css
<style>
a { background-color: #ECC46D; }
a { background-color: rgb(236,196,109); }
div.DivClassName
{
background-color: #ECC46D;
}
.BgClassName
{
background-color: #ECC46D;
}
</style>
border-color css
<style>
span { border-color: #ECC46D; }
span { border-color: rgb(236,196,109); }
td.TdClassName
{
border-color: #ECC46D;
}
.TagClassName
{
border-color: #ECC46D;
}
</style>