Shades of Sandy Brown #ECA06E
Tints of Sandy Brown #ECA06E
RGB
CMYK
RGB Variations
Color information
#ECA06E (or 0xECA06E) is known color: Sandy Brown. HEX triplet: EC, A0 and 6E. RGB value is (236,160,110). Sum of RGB (Red+Green+Blue) = 236+160+110=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA06E is #135F91. Grayscale: #B1B1B1. Windows color (decimal): -1269650 or 7250156. OLE color: 7250156.
HSL color Cylindrical-coordinate representation of color #ECA06E: hue angle of 23.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECA06E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 110 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.07 |
| HSL | 23.81º | 0.77% | 0.68% | - |
| HSV(B) | 23.81º | 0.53% | 0.93% | - |
| XYZ | 49.98 | 44.1 | 20.63 | - |
| YUV | 177.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 110 | 0 | 0.32 | 0.53 | 0.07 | 23.81 | 0.77 | 0.68 |
| Hex | EC | A0 | 6E | 0 | 20 | 35 | 7 | 18 | 4D | 44 |
| Octal | 354 | 240 | 156 | 0 | 40 | 65 | 7 | 30 | 115 | 104 |
| Binary | 11101100 | 10100000 | 1101110 | 0 | 100000 | 110101 | 111 | 11000 | 1001101 | 1000100 |
Color Harmonies of #ECA06E
Complementary color
Monochromatic Colors of #ECA06E
Black with #ECA06E
Text Example
Text Example
White with #ECA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA06E; }
p { color: rgb(236,160,110); }
H1.HeaderClassName
{
color: #ECA06E;
}
.AnyTagClassName
{
color: #ECA06E;
}
</style>
background-color css
<style>
a { background-color: #ECA06E; }
a { background-color: rgb(236,160,110); }
div.DivClassName
{
background-color: #ECA06E;
}
.BgClassName
{
background-color: #ECA06E;
}
</style>
border-color css
<style>
span { border-color: #ECA06E; }
span { border-color: rgb(236,160,110); }
td.TdClassName
{
border-color: #ECA06E;
}
.TagClassName
{
border-color: #ECA06E;
}
</style>