Shades of Sandy Brown #ECA266
Tints of Sandy Brown #ECA266
RGB
CMYK
RGB Variations
Color information
#ECA266 (or 0xECA266) is known color: Sandy Brown. HEX triplet: EC, A2 and 66. RGB value is (236,162,102). Sum of RGB (Red+Green+Blue) = 236+162+102=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA266 is #135D99. Grayscale: #B1B1B1. Windows color (decimal): -1269146 or 6726380. OLE color: 6726380.
HSL color Cylindrical-coordinate representation of color #ECA266: hue angle of 26.87º 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 #ECA266 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 102 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.07 |
| HSL | 26.87º | 0.78% | 0.66% | - |
| HSV(B) | 26.87º | 0.57% | 0.93% | - |
| XYZ | 49.91 | 44.63 | 18.55 | - |
| YUV | 177.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 102 | 0 | 0.31 | 0.57 | 0.07 | 26.87 | 0.78 | 0.66 |
| Hex | EC | A2 | 66 | 0 | 1F | 39 | 7 | 1B | 4E | 42 |
| Octal | 354 | 242 | 146 | 0 | 37 | 71 | 7 | 33 | 116 | 102 |
| Binary | 11101100 | 10100010 | 1100110 | 0 | 11111 | 111001 | 111 | 11011 | 1001110 | 1000010 |
Color Harmonies of #ECA266
Complementary color
Monochromatic Colors of #ECA266
Black with #ECA266
Text Example
Text Example
White with #ECA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA266; }
p { color: rgb(236,162,102); }
H1.HeaderClassName
{
color: #ECA266;
}
.AnyTagClassName
{
color: #ECA266;
}
</style>
background-color css
<style>
a { background-color: #ECA266; }
a { background-color: rgb(236,162,102); }
div.DivClassName
{
background-color: #ECA266;
}
.BgClassName
{
background-color: #ECA266;
}
</style>
border-color css
<style>
span { border-color: #ECA266; }
span { border-color: rgb(236,162,102); }
td.TdClassName
{
border-color: #ECA266;
}
.TagClassName
{
border-color: #ECA266;
}
</style>