Shades of Burnt Sienna #EC7054
Tints of Burnt Sienna #EC7054
RGB
CMYK
RGB Variations
Color information
#EC7054 (or 0xEC7054) is known color: Burnt Sienna. HEX triplet: EC, 70 and 54. RGB value is (236,112,84). Sum of RGB (Red+Green+Blue) = 236+112+84=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7054 is #138FAB. Grayscale: #929292. Windows color (decimal): -1281964 or 5533932. OLE color: 5533932.
HSL color Cylindrical-coordinate representation of color #EC7054: hue angle of 11.05º 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 #EC7054 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 84 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.07 |
| HSL | 11.05º | 0.8% | 0.63% | - |
| HSV(B) | 11.05º | 0.64% | 0.93% | - |
| XYZ | 41.99 | 30.06 | 11.98 | - |
| YUV | 145.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 84 | 0 | 0.53 | 0.64 | 0.07 | 11.05 | 0.8 | 0.63 |
| Hex | EC | 70 | 54 | 0 | 35 | 40 | 7 | B | 50 | 3F |
| Octal | 354 | 160 | 124 | 0 | 65 | 100 | 7 | 13 | 120 | 77 |
| Binary | 11101100 | 1110000 | 1010100 | 0 | 110101 | 1000000 | 111 | 1011 | 1010000 | 111111 |
Color Harmonies of #EC7054
Complementary color
Monochromatic Colors of #EC7054
Black with #EC7054
Text Example
Text Example
White with #EC7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7054; }
p { color: rgb(236,112,84); }
H1.HeaderClassName
{
color: #EC7054;
}
.AnyTagClassName
{
color: #EC7054;
}
</style>
background-color css
<style>
a { background-color: #EC7054; }
a { background-color: rgb(236,112,84); }
div.DivClassName
{
background-color: #EC7054;
}
.BgClassName
{
background-color: #EC7054;
}
</style>
border-color css
<style>
span { border-color: #EC7054; }
span { border-color: rgb(236,112,84); }
td.TdClassName
{
border-color: #EC7054;
}
.TagClassName
{
border-color: #EC7054;
}
</style>