Shades of Burnt Sienna #EC7248
Tints of Burnt Sienna #EC7248
RGB
CMYK
RGB Variations
Color information
#EC7248 (or 0xEC7248) is known color: Burnt Sienna. HEX triplet: EC, 72 and 48. RGB value is (236,114,72). Sum of RGB (Red+Green+Blue) = 236+114+72=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7248 is #138DB7. Grayscale: #919191. Windows color (decimal): -1281464 or 4748012. OLE color: 4748012.
HSL color Cylindrical-coordinate representation of color #EC7248: hue angle of 15.37º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC7248 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 72 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.07 |
| HSL | 15.37º | 0.81% | 0.6% | - |
| HSV(B) | 15.37º | 0.69% | 0.93% | - |
| XYZ | 41.78 | 30.34 | 9.78 | - |
| YUV | 145.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 72 | 0 | 0.52 | 0.69 | 0.07 | 15.37 | 0.81 | 0.6 |
| Hex | EC | 72 | 48 | 0 | 34 | 45 | 7 | F | 51 | 3C |
| Octal | 354 | 162 | 110 | 0 | 64 | 105 | 7 | 17 | 121 | 74 |
| Binary | 11101100 | 1110010 | 1001000 | 0 | 110100 | 1000101 | 111 | 1111 | 1010001 | 111100 |
Color Harmonies of #EC7248
Complementary color
Monochromatic Colors of #EC7248
Black with #EC7248
Text Example
Text Example
White with #EC7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7248; }
p { color: rgb(236,114,72); }
H1.HeaderClassName
{
color: #EC7248;
}
.AnyTagClassName
{
color: #EC7248;
}
</style>
background-color css
<style>
a { background-color: #EC7248; }
a { background-color: rgb(236,114,72); }
div.DivClassName
{
background-color: #EC7248;
}
.BgClassName
{
background-color: #EC7248;
}
</style>
border-color css
<style>
span { border-color: #EC7248; }
span { border-color: rgb(236,114,72); }
td.TdClassName
{
border-color: #EC7248;
}
.TagClassName
{
border-color: #EC7248;
}
</style>