Shades of Sandy Brown #ECA864
Tints of Sandy Brown #ECA864
RGB
CMYK
RGB Variations
Color information
#ECA864 (or 0xECA864) is known color: Sandy Brown. HEX triplet: EC, A8 and 64. RGB value is (236,168,100). Sum of RGB (Red+Green+Blue) = 236+168+100=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA864 is #13579B. Grayscale: #B4B4B4. Windows color (decimal): -1267612 or 6596844. OLE color: 6596844.
HSL color Cylindrical-coordinate representation of color #ECA864: hue angle of 30º 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 #ECA864 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 100 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.07 |
| HSL | 30º | 0.78% | 0.66% | - |
| HSV(B) | 30º | 0.58% | 0.93% | - |
| XYZ | 50.89 | 46.76 | 18.4 | - |
| YUV | 180.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 100 | 0 | 0.29 | 0.58 | 0.07 | 30 | 0.78 | 0.66 |
| Hex | EC | A8 | 64 | 0 | 1D | 3A | 7 | 1E | 4E | 42 |
| Octal | 354 | 250 | 144 | 0 | 35 | 72 | 7 | 36 | 116 | 102 |
| Binary | 11101100 | 10101000 | 1100100 | 0 | 11101 | 111010 | 111 | 11110 | 1001110 | 1000010 |
Color Harmonies of #ECA864
Complementary color
Monochromatic Colors of #ECA864
Black with #ECA864
Text Example
Text Example
White with #ECA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA864; }
p { color: rgb(236,168,100); }
H1.HeaderClassName
{
color: #ECA864;
}
.AnyTagClassName
{
color: #ECA864;
}
</style>
background-color css
<style>
a { background-color: #ECA864; }
a { background-color: rgb(236,168,100); }
div.DivClassName
{
background-color: #ECA864;
}
.BgClassName
{
background-color: #ECA864;
}
</style>
border-color css
<style>
span { border-color: #ECA864; }
span { border-color: rgb(236,168,100); }
td.TdClassName
{
border-color: #ECA864;
}
.TagClassName
{
border-color: #ECA864;
}
</style>