Shades of Sandy Brown #ECA465
Tints of Sandy Brown #ECA465
RGB
CMYK
RGB Variations
Color information
#ECA465 (or 0xECA465) is known color: Sandy Brown. HEX triplet: EC, A4 and 65. RGB value is (236,164,101). Sum of RGB (Red+Green+Blue) = 236+164+101=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA465 is #135B9A. Grayscale: #B2B2B2. Windows color (decimal): -1268635 or 6661356. OLE color: 6661356.
HSL color Cylindrical-coordinate representation of color #ECA465: hue angle of 28º 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 #ECA465 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 164 | 101 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.07 |
| HSL | 28º | 0.78% | 0.66% | - |
| HSV(B) | 28º | 0.57% | 0.93% | - |
| XYZ | 50.22 | 45.32 | 18.41 | - |
| YUV | 178.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 164 | 101 | 0 | 0.31 | 0.57 | 0.07 | 28 | 0.78 | 0.66 |
| Hex | EC | A4 | 65 | 0 | 1F | 39 | 7 | 1C | 4E | 42 |
| Octal | 354 | 244 | 145 | 0 | 37 | 71 | 7 | 34 | 116 | 102 |
| Binary | 11101100 | 10100100 | 1100101 | 0 | 11111 | 111001 | 111 | 11100 | 1001110 | 1000010 |
Color Harmonies of #ECA465
Complementary color
Monochromatic Colors of #ECA465
Black with #ECA465
Text Example
Text Example
White with #ECA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA465; }
p { color: rgb(236,164,101); }
H1.HeaderClassName
{
color: #ECA465;
}
.AnyTagClassName
{
color: #ECA465;
}
</style>
background-color css
<style>
a { background-color: #ECA465; }
a { background-color: rgb(236,164,101); }
div.DivClassName
{
background-color: #ECA465;
}
.BgClassName
{
background-color: #ECA465;
}
</style>
border-color css
<style>
span { border-color: #ECA465; }
span { border-color: rgb(236,164,101); }
td.TdClassName
{
border-color: #ECA465;
}
.TagClassName
{
border-color: #ECA465;
}
</style>