Shades of Burnt Sienna #EC7146
Tints of Burnt Sienna #EC7146
RGB
CMYK
RGB Variations
Color information
#EC7146 (or 0xEC7146) is known color: Burnt Sienna. HEX triplet: EC, 71 and 46. RGB value is (236,113,70). Sum of RGB (Red+Green+Blue) = 236+113+70=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7146 is #138EB9. Grayscale: #919191. Windows color (decimal): -1281722 or 4616684. OLE color: 4616684.
HSL color Cylindrical-coordinate representation of color #EC7146: hue angle of 15.54º 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 #EC7146 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 70 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.07 |
| HSL | 15.54º | 0.81% | 0.6% | - |
| HSV(B) | 15.54º | 0.7% | 0.93% | - |
| XYZ | 41.6 | 30.09 | 9.41 | - |
| YUV | 144.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 70 | 0 | 0.52 | 0.70 | 0.07 | 15.54 | 0.81 | 0.6 |
| Hex | EC | 71 | 46 | 0 | 34 | 46 | 7 | 10 | 51 | 3C |
| Octal | 354 | 161 | 106 | 0 | 64 | 106 | 7 | 20 | 121 | 74 |
| Binary | 11101100 | 1110001 | 1000110 | 0 | 110100 | 1000110 | 111 | 10000 | 1010001 | 111100 |
Color Harmonies of #EC7146
Complementary color
Monochromatic Colors of #EC7146
Black with #EC7146
Text Example
Text Example
White with #EC7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7146; }
p { color: rgb(236,113,70); }
H1.HeaderClassName
{
color: #EC7146;
}
.AnyTagClassName
{
color: #EC7146;
}
</style>
background-color css
<style>
a { background-color: #EC7146; }
a { background-color: rgb(236,113,70); }
div.DivClassName
{
background-color: #EC7146;
}
.BgClassName
{
background-color: #EC7146;
}
</style>
border-color css
<style>
span { border-color: #EC7146; }
span { border-color: rgb(236,113,70); }
td.TdClassName
{
border-color: #EC7146;
}
.TagClassName
{
border-color: #EC7146;
}
</style>