Shades of Burnt Sienna #EC7245
Tints of Burnt Sienna #EC7245
RGB
CMYK
RGB Variations
Color information
#EC7245 (or 0xEC7245) is known color: Burnt Sienna. HEX triplet: EC, 72 and 45. RGB value is (236,114,69). Sum of RGB (Red+Green+Blue) = 236+114+69=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7245 is #138DBA. Grayscale: #919191. Windows color (decimal): -1281467 or 4551404. OLE color: 4551404.
HSL color Cylindrical-coordinate representation of color #EC7245: hue angle of 16.17º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC7245 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 69 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.07 |
| HSL | 16.17º | 0.81% | 0.6% | - |
| HSV(B) | 16.17º | 0.71% | 0.93% | - |
| XYZ | 41.68 | 30.3 | 9.28 | - |
| YUV | 145.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 69 | 0 | 0.52 | 0.71 | 0.07 | 16.17 | 0.81 | 0.6 |
| Hex | EC | 72 | 45 | 0 | 34 | 47 | 7 | 10 | 51 | 3C |
| Octal | 354 | 162 | 105 | 0 | 64 | 107 | 7 | 20 | 121 | 74 |
| Binary | 11101100 | 1110010 | 1000101 | 0 | 110100 | 1000111 | 111 | 10000 | 1010001 | 111100 |
Color Harmonies of #EC7245
Complementary color
Monochromatic Colors of #EC7245
Black with #EC7245
Text Example
Text Example
White with #EC7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7245; }
p { color: rgb(236,114,69); }
H1.HeaderClassName
{
color: #EC7245;
}
.AnyTagClassName
{
color: #EC7245;
}
</style>
background-color css
<style>
a { background-color: #EC7245; }
a { background-color: rgb(236,114,69); }
div.DivClassName
{
background-color: #EC7245;
}
.BgClassName
{
background-color: #EC7245;
}
</style>
border-color css
<style>
span { border-color: #EC7245; }
span { border-color: rgb(236,114,69); }
td.TdClassName
{
border-color: #EC7245;
}
.TagClassName
{
border-color: #EC7245;
}
</style>