Shades of Burnt Sienna #EC6B47
Tints of Burnt Sienna #EC6B47
RGB
CMYK
RGB Variations
Color information
#EC6B47 (or 0xEC6B47) is known color: Burnt Sienna. HEX triplet: EC, 6B and 47. RGB value is (236,107,71). Sum of RGB (Red+Green+Blue) = 236+107+71=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6B47 is #1394B8. Grayscale: #8D8D8D. Windows color (decimal): -1283257 or 4680684. OLE color: 4680684.
HSL color Cylindrical-coordinate representation of color #EC6B47: hue angle of 13.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6B47 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 71 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.07 |
| HSL | 13.09º | 0.81% | 0.6% | - |
| HSV(B) | 13.09º | 0.7% | 0.93% | - |
| XYZ | 40.99 | 28.8 | 9.36 | - |
| YUV | 141.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 71 | 0 | 0.55 | 0.70 | 0.07 | 13.09 | 0.81 | 0.6 |
| Hex | EC | 6B | 47 | 0 | 37 | 46 | 7 | D | 51 | 3C |
| Octal | 354 | 153 | 107 | 0 | 67 | 106 | 7 | 15 | 121 | 74 |
| Binary | 11101100 | 1101011 | 1000111 | 0 | 110111 | 1000110 | 111 | 1101 | 1010001 | 111100 |
Color Harmonies of #EC6B47
Complementary color
Monochromatic Colors of #EC6B47
Black with #EC6B47
Text Example
Text Example
White with #EC6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B47; }
p { color: rgb(236,107,71); }
H1.HeaderClassName
{
color: #EC6B47;
}
.AnyTagClassName
{
color: #EC6B47;
}
</style>
background-color css
<style>
a { background-color: #EC6B47; }
a { background-color: rgb(236,107,71); }
div.DivClassName
{
background-color: #EC6B47;
}
.BgClassName
{
background-color: #EC6B47;
}
</style>
border-color css
<style>
span { border-color: #EC6B47; }
span { border-color: rgb(236,107,71); }
td.TdClassName
{
border-color: #EC6B47;
}
.TagClassName
{
border-color: #EC6B47;
}
</style>