Shades of Sandy Brown #ECA05A
Tints of Sandy Brown #ECA05A
RGB
CMYK
RGB Variations
Color information
#ECA05A (or 0xECA05A) is known color: Sandy Brown. HEX triplet: EC, A0 and 5A. RGB value is (236,160,90). Sum of RGB (Red+Green+Blue) = 236+160+90=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA05A is #135FA5. Grayscale: #AFAFAF. Windows color (decimal): -1269670 or 5939436. OLE color: 5939436.
HSL color Cylindrical-coordinate representation of color #ECA05A: hue angle of 28.77º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECA05A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 90 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.07 |
| HSL | 28.77º | 0.79% | 0.64% | - |
| HSV(B) | 28.77º | 0.62% | 0.93% | - |
| XYZ | 49.01 | 43.71 | 15.53 | - |
| YUV | 174.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 90 | 0 | 0.32 | 0.62 | 0.07 | 28.77 | 0.79 | 0.64 |
| Hex | EC | A0 | 5A | 0 | 20 | 3E | 7 | 1D | 4F | 40 |
| Octal | 354 | 240 | 132 | 0 | 40 | 76 | 7 | 35 | 117 | 100 |
| Binary | 11101100 | 10100000 | 1011010 | 0 | 100000 | 111110 | 111 | 11101 | 1001111 | 1000000 |
Color Harmonies of #ECA05A
Complementary color
Monochromatic Colors of #ECA05A
Black with #ECA05A
Text Example
Text Example
White with #ECA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA05A; }
p { color: rgb(236,160,90); }
H1.HeaderClassName
{
color: #ECA05A;
}
.AnyTagClassName
{
color: #ECA05A;
}
</style>
background-color css
<style>
a { background-color: #ECA05A; }
a { background-color: rgb(236,160,90); }
div.DivClassName
{
background-color: #ECA05A;
}
.BgClassName
{
background-color: #ECA05A;
}
</style>
border-color css
<style>
span { border-color: #ECA05A; }
span { border-color: rgb(236,160,90); }
td.TdClassName
{
border-color: #ECA05A;
}
.TagClassName
{
border-color: #ECA05A;
}
</style>