Shades of Sandy Brown #ECA16E
Tints of Sandy Brown #ECA16E
RGB
CMYK
RGB Variations
Color information
#ECA16E (or 0xECA16E) is known color: Sandy Brown. HEX triplet: EC, A1 and 6E. RGB value is (236,161,110). Sum of RGB (Red+Green+Blue) = 236+161+110=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA16E is #135E91. Grayscale: #B1B1B1. Windows color (decimal): -1269394 or 7250412. OLE color: 7250412.
HSL color Cylindrical-coordinate representation of color #ECA16E: hue angle of 24.29º 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 #ECA16E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 110 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.07 |
| HSL | 24.29º | 0.77% | 0.68% | - |
| HSV(B) | 24.29º | 0.53% | 0.93% | - |
| XYZ | 50.15 | 44.45 | 20.69 | - |
| YUV | 177.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 110 | 0 | 0.32 | 0.53 | 0.07 | 24.29 | 0.77 | 0.68 |
| Hex | EC | A1 | 6E | 0 | 20 | 35 | 7 | 18 | 4D | 44 |
| Octal | 354 | 241 | 156 | 0 | 40 | 65 | 7 | 30 | 115 | 104 |
| Binary | 11101100 | 10100001 | 1101110 | 0 | 100000 | 110101 | 111 | 11000 | 1001101 | 1000100 |
Color Harmonies of #ECA16E
Complementary color
Monochromatic Colors of #ECA16E
Black with #ECA16E
Text Example
Text Example
White with #ECA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA16E; }
p { color: rgb(236,161,110); }
H1.HeaderClassName
{
color: #ECA16E;
}
.AnyTagClassName
{
color: #ECA16E;
}
</style>
background-color css
<style>
a { background-color: #ECA16E; }
a { background-color: rgb(236,161,110); }
div.DivClassName
{
background-color: #ECA16E;
}
.BgClassName
{
background-color: #ECA16E;
}
</style>
border-color css
<style>
span { border-color: #ECA16E; }
span { border-color: rgb(236,161,110); }
td.TdClassName
{
border-color: #ECA16E;
}
.TagClassName
{
border-color: #ECA16E;
}
</style>