Shades of Sandy Brown #ECA065
Tints of Sandy Brown #ECA065
RGB
CMYK
RGB Variations
Color information
#ECA065 (or 0xECA065) is known color: Sandy Brown. HEX triplet: EC, A0 and 65. RGB value is (236,160,101). Sum of RGB (Red+Green+Blue) = 236+160+101=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA065 is #135F9A. Grayscale: #B0B0B0. Windows color (decimal): -1269659 or 6660332. OLE color: 6660332.
HSL color Cylindrical-coordinate representation of color #ECA065: hue angle of 26.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECA065 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 101 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.07 |
| HSL | 26.22º | 0.78% | 0.66% | - |
| HSV(B) | 26.22º | 0.57% | 0.93% | - |
| XYZ | 49.51 | 43.91 | 18.18 | - |
| YUV | 176 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 101 | 0 | 0.32 | 0.57 | 0.07 | 26.22 | 0.78 | 0.66 |
| Hex | EC | A0 | 65 | 0 | 20 | 39 | 7 | 1A | 4E | 42 |
| Octal | 354 | 240 | 145 | 0 | 40 | 71 | 7 | 32 | 116 | 102 |
| Binary | 11101100 | 10100000 | 1100101 | 0 | 100000 | 111001 | 111 | 11010 | 1001110 | 1000010 |
Color Harmonies of #ECA065
Complementary color
Monochromatic Colors of #ECA065
Black with #ECA065
Text Example
Text Example
White with #ECA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA065; }
p { color: rgb(236,160,101); }
H1.HeaderClassName
{
color: #ECA065;
}
.AnyTagClassName
{
color: #ECA065;
}
</style>
background-color css
<style>
a { background-color: #ECA065; }
a { background-color: rgb(236,160,101); }
div.DivClassName
{
background-color: #ECA065;
}
.BgClassName
{
background-color: #ECA065;
}
</style>
border-color css
<style>
span { border-color: #ECA065; }
span { border-color: rgb(236,160,101); }
td.TdClassName
{
border-color: #ECA065;
}
.TagClassName
{
border-color: #ECA065;
}
</style>