Shades of Burnt Sienna #EC7056
Tints of Burnt Sienna #EC7056
RGB
CMYK
RGB Variations
Color information
#EC7056 (or 0xEC7056) is known color: Burnt Sienna. HEX triplet: EC, 70 and 56. RGB value is (236,112,86). Sum of RGB (Red+Green+Blue) = 236+112+86=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7056 is #138FA9. Grayscale: #929292. Windows color (decimal): -1281962 or 5665004. OLE color: 5665004.
HSL color Cylindrical-coordinate representation of color #EC7056: hue angle of 10.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC7056 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 86 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.07 |
| HSL | 10.4º | 0.8% | 0.63% | - |
| HSV(B) | 10.4º | 0.64% | 0.93% | - |
| XYZ | 42.07 | 30.09 | 12.4 | - |
| YUV | 146.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 86 | 0 | 0.53 | 0.64 | 0.07 | 10.4 | 0.8 | 0.63 |
| Hex | EC | 70 | 56 | 0 | 35 | 40 | 7 | A | 50 | 3F |
| Octal | 354 | 160 | 126 | 0 | 65 | 100 | 7 | 12 | 120 | 77 |
| Binary | 11101100 | 1110000 | 1010110 | 0 | 110101 | 1000000 | 111 | 1010 | 1010000 | 111111 |
Color Harmonies of #EC7056
Complementary color
Monochromatic Colors of #EC7056
Black with #EC7056
Text Example
Text Example
White with #EC7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7056; }
p { color: rgb(236,112,86); }
H1.HeaderClassName
{
color: #EC7056;
}
.AnyTagClassName
{
color: #EC7056;
}
</style>
background-color css
<style>
a { background-color: #EC7056; }
a { background-color: rgb(236,112,86); }
div.DivClassName
{
background-color: #EC7056;
}
.BgClassName
{
background-color: #EC7056;
}
</style>
border-color css
<style>
span { border-color: #EC7056; }
span { border-color: rgb(236,112,86); }
td.TdClassName
{
border-color: #EC7056;
}
.TagClassName
{
border-color: #EC7056;
}
</style>