Shades of Sandy Brown #ECA155
Tints of Sandy Brown #ECA155
RGB
CMYK
RGB Variations
Color information
#ECA155 (or 0xECA155) is known color: Sandy Brown. HEX triplet: EC, A1 and 55. RGB value is (236,161,85). Sum of RGB (Red+Green+Blue) = 236+161+85=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA155 is #135EAA. Grayscale: #AFAFAF. Windows color (decimal): -1269419 or 5612012. OLE color: 5612012.
HSL color Cylindrical-coordinate representation of color #ECA155: hue angle of 30.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECA155 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 85 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.07 |
| HSL | 30.2º | 0.8% | 0.63% | - |
| HSV(B) | 30.2º | 0.64% | 0.93% | - |
| XYZ | 48.98 | 43.98 | 14.5 | - |
| YUV | 174.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 85 | 0 | 0.32 | 0.64 | 0.07 | 30.2 | 0.8 | 0.63 |
| Hex | EC | A1 | 55 | 0 | 20 | 40 | 7 | 1E | 50 | 3F |
| Octal | 354 | 241 | 125 | 0 | 40 | 100 | 7 | 36 | 120 | 77 |
| Binary | 11101100 | 10100001 | 1010101 | 0 | 100000 | 1000000 | 111 | 11110 | 1010000 | 111111 |
Color Harmonies of #ECA155
Complementary color
Monochromatic Colors of #ECA155
Black with #ECA155
Text Example
Text Example
White with #ECA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA155; }
p { color: rgb(236,161,85); }
H1.HeaderClassName
{
color: #ECA155;
}
.AnyTagClassName
{
color: #ECA155;
}
</style>
background-color css
<style>
a { background-color: #ECA155; }
a { background-color: rgb(236,161,85); }
div.DivClassName
{
background-color: #ECA155;
}
.BgClassName
{
background-color: #ECA155;
}
</style>
border-color css
<style>
span { border-color: #ECA155; }
span { border-color: rgb(236,161,85); }
td.TdClassName
{
border-color: #ECA155;
}
.TagClassName
{
border-color: #ECA155;
}
</style>