Shades of Golden Sand #ECC56A
Tints of Golden Sand #ECC56A
RGB
CMYK
RGB Variations
Color information
#ECC56A (or 0xECC56A) is known color: Golden Sand. HEX triplet: EC, C5 and 6A. RGB value is (236,197,106). Sum of RGB (Red+Green+Blue) = 236+197+106=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC56A is #133A95. Grayscale: #C6C6C6. Windows color (decimal): -1260182 or 6997484. OLE color: 6997484.
HSL color Cylindrical-coordinate representation of color #ECC56A: hue angle of 42º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECC56A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 106 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 42º | 0.77% | 0.67% | - |
| HSV(B) | 42º | 0.55% | 0.93% | - |
| XYZ | 57.16 | 58.81 | 21.97 | - |
| YUV | 198.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 106 | 0 | 0.17 | 0.55 | 0.07 | 42 | 0.77 | 0.67 |
| Hex | EC | C5 | 6A | 0 | 11 | 37 | 7 | 2A | 4D | 43 |
| Octal | 354 | 305 | 152 | 0 | 21 | 67 | 7 | 52 | 115 | 103 |
| Binary | 11101100 | 11000101 | 1101010 | 0 | 10001 | 110111 | 111 | 101010 | 1001101 | 1000011 |
Color Harmonies of #ECC56A
Complementary color
Monochromatic Colors of #ECC56A
Black with #ECC56A
Text Example
Text Example
White with #ECC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC56A; }
p { color: rgb(236,197,106); }
H1.HeaderClassName
{
color: #ECC56A;
}
.AnyTagClassName
{
color: #ECC56A;
}
</style>
background-color css
<style>
a { background-color: #ECC56A; }
a { background-color: rgb(236,197,106); }
div.DivClassName
{
background-color: #ECC56A;
}
.BgClassName
{
background-color: #ECC56A;
}
</style>
border-color css
<style>
span { border-color: #ECC56A; }
span { border-color: rgb(236,197,106); }
td.TdClassName
{
border-color: #ECC56A;
}
.TagClassName
{
border-color: #ECC56A;
}
</style>