Shades of Sandy Brown #ECA15E
Tints of Sandy Brown #ECA15E
RGB
CMYK
RGB Variations
Color information
#ECA15E (or 0xECA15E) is known color: Sandy Brown. HEX triplet: EC, A1 and 5E. RGB value is (236,161,94). Sum of RGB (Red+Green+Blue) = 236+161+94=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA15E is #135EA1. Grayscale: #B0B0B0. Windows color (decimal): -1269410 or 6201836. OLE color: 6201836.
HSL color Cylindrical-coordinate representation of color #ECA15E: hue angle of 28.31º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECA15E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 94 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.07 |
| HSL | 28.31º | 0.79% | 0.65% | - |
| HSV(B) | 28.31º | 0.6% | 0.93% | - |
| XYZ | 49.36 | 44.13 | 16.51 | - |
| YUV | 175.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 94 | 0 | 0.32 | 0.60 | 0.07 | 28.31 | 0.79 | 0.65 |
| Hex | EC | A1 | 5E | 0 | 20 | 3C | 7 | 1C | 4F | 41 |
| Octal | 354 | 241 | 136 | 0 | 40 | 74 | 7 | 34 | 117 | 101 |
| Binary | 11101100 | 10100001 | 1011110 | 0 | 100000 | 111100 | 111 | 11100 | 1001111 | 1000001 |
Color Harmonies of #ECA15E
Complementary color
Monochromatic Colors of #ECA15E
Black with #ECA15E
Text Example
Text Example
White with #ECA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA15E; }
p { color: rgb(236,161,94); }
H1.HeaderClassName
{
color: #ECA15E;
}
.AnyTagClassName
{
color: #ECA15E;
}
</style>
background-color css
<style>
a { background-color: #ECA15E; }
a { background-color: rgb(236,161,94); }
div.DivClassName
{
background-color: #ECA15E;
}
.BgClassName
{
background-color: #ECA15E;
}
</style>
border-color css
<style>
span { border-color: #ECA15E; }
span { border-color: rgb(236,161,94); }
td.TdClassName
{
border-color: #ECA15E;
}
.TagClassName
{
border-color: #ECA15E;
}
</style>