Shades of Burnt Sienna #EC7158
Tints of Burnt Sienna #EC7158
RGB
CMYK
RGB Variations
Color information
#EC7158 (or 0xEC7158) is known color: Burnt Sienna. HEX triplet: EC, 71 and 58. RGB value is (236,113,88). Sum of RGB (Red+Green+Blue) = 236+113+88=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7158 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7158 is #138EA7. Grayscale: #939393. Windows color (decimal): -1281704 or 5796332. OLE color: 5796332.
HSL color Cylindrical-coordinate representation of color #EC7158: hue angle of 10.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC7158 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 88 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.07 |
| HSL | 10.14º | 0.8% | 0.64% | - |
| HSV(B) | 10.14º | 0.63% | 0.93% | - |
| XYZ | 42.26 | 30.35 | 12.86 | - |
| YUV | 146.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 88 | 0 | 0.52 | 0.63 | 0.07 | 10.14 | 0.8 | 0.64 |
| Hex | EC | 71 | 58 | 0 | 34 | 3F | 7 | A | 50 | 40 |
| Octal | 354 | 161 | 130 | 0 | 64 | 77 | 7 | 12 | 120 | 100 |
| Binary | 11101100 | 1110001 | 1011000 | 0 | 110100 | 111111 | 111 | 1010 | 1010000 | 1000000 |
Color Harmonies of #EC7158
Complementary color
Monochromatic Colors of #EC7158
Black with #EC7158
Text Example
Text Example
White with #EC7158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7158; }
p { color: rgb(236,113,88); }
H1.HeaderClassName
{
color: #EC7158;
}
.AnyTagClassName
{
color: #EC7158;
}
</style>
background-color css
<style>
a { background-color: #EC7158; }
a { background-color: rgb(236,113,88); }
div.DivClassName
{
background-color: #EC7158;
}
.BgClassName
{
background-color: #EC7158;
}
</style>
border-color css
<style>
span { border-color: #EC7158; }
span { border-color: rgb(236,113,88); }
td.TdClassName
{
border-color: #EC7158;
}
.TagClassName
{
border-color: #EC7158;
}
</style>