Shades of Sandy Brown #ECA163
Tints of Sandy Brown #ECA163
RGB
CMYK
RGB Variations
Color information
#ECA163 (or 0xECA163) is known color: Sandy Brown. HEX triplet: EC, A1 and 63. RGB value is (236,161,99). Sum of RGB (Red+Green+Blue) = 236+161+99=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA163 is #135E9C. Grayscale: #B0B0B0. Windows color (decimal): -1269405 or 6529516. OLE color: 6529516.
HSL color Cylindrical-coordinate representation of color #ECA163: hue angle of 27.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECA163 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 99 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.07 |
| HSL | 27.15º | 0.78% | 0.66% | - |
| HSV(B) | 27.15º | 0.58% | 0.93% | - |
| XYZ | 49.59 | 44.22 | 17.73 | - |
| YUV | 176.36 | 84.35 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 99 | 0 | 0.32 | 0.58 | 0.07 | 27.15 | 0.78 | 0.66 |
| Hex | EC | A1 | 63 | 0 | 20 | 3A | 7 | 1B | 4E | 42 |
| Octal | 354 | 241 | 143 | 0 | 40 | 72 | 7 | 33 | 116 | 102 |
| Binary | 11101100 | 10100001 | 1100011 | 0 | 100000 | 111010 | 111 | 11011 | 1001110 | 1000010 |
Color Harmonies of #ECA163
Complementary color
Monochromatic Colors of #ECA163
Black with #ECA163
Text Example
Text Example
White with #ECA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA163; }
p { color: rgb(236,161,99); }
H1.HeaderClassName
{
color: #ECA163;
}
.AnyTagClassName
{
color: #ECA163;
}
</style>
background-color css
<style>
a { background-color: #ECA163; }
a { background-color: rgb(236,161,99); }
div.DivClassName
{
background-color: #ECA163;
}
.BgClassName
{
background-color: #ECA163;
}
</style>
border-color css
<style>
span { border-color: #ECA163; }
span { border-color: rgb(236,161,99); }
td.TdClassName
{
border-color: #ECA163;
}
.TagClassName
{
border-color: #ECA163;
}
</style>