Shades of Golden Sand #ECC46B
Tints of Golden Sand #ECC46B
RGB
CMYK
RGB Variations
Color information
#ECC46B (or 0xECC46B) is known color: Golden Sand. HEX triplet: EC, C4 and 6B. RGB value is (236,196,107). Sum of RGB (Red+Green+Blue) = 236+196+107=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46B is #133B94. Grayscale: #C6C6C6. Windows color (decimal): -1260437 or 7062764. OLE color: 7062764.
HSL color Cylindrical-coordinate representation of color #ECC46B: hue angle of 41.4º 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 #ECC46B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.4º | 0.77% | 0.67% | - |
| HSV(B) | 41.4º | 0.55% | 0.93% | - |
| XYZ | 56.99 | 58.37 | 22.17 | - |
| YUV | 197.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 107 | 0 | 0.17 | 0.55 | 0.07 | 41.4 | 0.77 | 0.67 |
| Hex | EC | C4 | 6B | 0 | 11 | 37 | 7 | 29 | 4D | 43 |
| Octal | 354 | 304 | 153 | 0 | 21 | 67 | 7 | 51 | 115 | 103 |
| Binary | 11101100 | 11000100 | 1101011 | 0 | 10001 | 110111 | 111 | 101001 | 1001101 | 1000011 |
Color Harmonies of #ECC46B
Complementary color
Monochromatic Colors of #ECC46B
Black with #ECC46B
Text Example
Text Example
White with #ECC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC46B; }
p { color: rgb(236,196,107); }
H1.HeaderClassName
{
color: #ECC46B;
}
.AnyTagClassName
{
color: #ECC46B;
}
</style>
background-color css
<style>
a { background-color: #ECC46B; }
a { background-color: rgb(236,196,107); }
div.DivClassName
{
background-color: #ECC46B;
}
.BgClassName
{
background-color: #ECC46B;
}
</style>
border-color css
<style>
span { border-color: #ECC46B; }
span { border-color: rgb(236,196,107); }
td.TdClassName
{
border-color: #ECC46B;
}
.TagClassName
{
border-color: #ECC46B;
}
</style>