Shades of Sandy Brown #ECA06C
Tints of Sandy Brown #ECA06C
RGB
CMYK
RGB Variations
Color information
#ECA06C (or 0xECA06C) is known color: Sandy Brown. HEX triplet: EC, A0 and 6C. RGB value is (236,160,108). Sum of RGB (Red+Green+Blue) = 236+160+108=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA06C is #135F93. Grayscale: #B1B1B1. Windows color (decimal): -1269652 or 7119084. OLE color: 7119084.
HSL color Cylindrical-coordinate representation of color #ECA06C: hue angle of 24.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECA06C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 108 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.07 |
| HSL | 24.38º | 0.77% | 0.67% | - |
| HSV(B) | 24.38º | 0.54% | 0.93% | - |
| XYZ | 49.87 | 44.06 | 20.06 | - |
| YUV | 176.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 108 | 0 | 0.32 | 0.54 | 0.07 | 24.38 | 0.77 | 0.67 |
| Hex | EC | A0 | 6C | 0 | 20 | 36 | 7 | 18 | 4D | 43 |
| Octal | 354 | 240 | 154 | 0 | 40 | 66 | 7 | 30 | 115 | 103 |
| Binary | 11101100 | 10100000 | 1101100 | 0 | 100000 | 110110 | 111 | 11000 | 1001101 | 1000011 |
Color Harmonies of #ECA06C
Complementary color
Monochromatic Colors of #ECA06C
Black with #ECA06C
Text Example
Text Example
White with #ECA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA06C; }
p { color: rgb(236,160,108); }
H1.HeaderClassName
{
color: #ECA06C;
}
.AnyTagClassName
{
color: #ECA06C;
}
</style>
background-color css
<style>
a { background-color: #ECA06C; }
a { background-color: rgb(236,160,108); }
div.DivClassName
{
background-color: #ECA06C;
}
.BgClassName
{
background-color: #ECA06C;
}
</style>
border-color css
<style>
span { border-color: #ECA06C; }
span { border-color: rgb(236,160,108); }
td.TdClassName
{
border-color: #ECA06C;
}
.TagClassName
{
border-color: #ECA06C;
}
</style>