Shades of Sandy Brown #ECA05C
Tints of Sandy Brown #ECA05C
RGB
CMYK
RGB Variations
Color information
#ECA05C (or 0xECA05C) is known color: Sandy Brown. HEX triplet: EC, A0 and 5C. RGB value is (236,160,92). Sum of RGB (Red+Green+Blue) = 236+160+92=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA05C is #135FA3. Grayscale: #AFAFAF. Windows color (decimal): -1269668 or 6070508. OLE color: 6070508.
HSL color Cylindrical-coordinate representation of color #ECA05C: hue angle of 28.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECA05C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 92 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.07 |
| HSL | 28.33º | 0.79% | 0.64% | - |
| HSV(B) | 28.33º | 0.61% | 0.93% | - |
| XYZ | 49.09 | 43.75 | 15.98 | - |
| YUV | 174.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 92 | 0 | 0.32 | 0.61 | 0.07 | 28.33 | 0.79 | 0.64 |
| Hex | EC | A0 | 5C | 0 | 20 | 3D | 7 | 1C | 4F | 40 |
| Octal | 354 | 240 | 134 | 0 | 40 | 75 | 7 | 34 | 117 | 100 |
| Binary | 11101100 | 10100000 | 1011100 | 0 | 100000 | 111101 | 111 | 11100 | 1001111 | 1000000 |
Color Harmonies of #ECA05C
Complementary color
Monochromatic Colors of #ECA05C
Black with #ECA05C
Text Example
Text Example
White with #ECA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA05C; }
p { color: rgb(236,160,92); }
H1.HeaderClassName
{
color: #ECA05C;
}
.AnyTagClassName
{
color: #ECA05C;
}
</style>
background-color css
<style>
a { background-color: #ECA05C; }
a { background-color: rgb(236,160,92); }
div.DivClassName
{
background-color: #ECA05C;
}
.BgClassName
{
background-color: #ECA05C;
}
</style>
border-color css
<style>
span { border-color: #ECA05C; }
span { border-color: rgb(236,160,92); }
td.TdClassName
{
border-color: #ECA05C;
}
.TagClassName
{
border-color: #ECA05C;
}
</style>