Shades of Burnt Sienna #EC714E
Tints of Burnt Sienna #EC714E
RGB
CMYK
RGB Variations
Color information
#EC714E (or 0xEC714E) is known color: Burnt Sienna. HEX triplet: EC, 71 and 4E. RGB value is (236,113,78). Sum of RGB (Red+Green+Blue) = 236+113+78=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC714E is #138EB1. Grayscale: #929292. Windows color (decimal): -1281714 or 5140972. OLE color: 5140972.
HSL color Cylindrical-coordinate representation of color #EC714E: hue angle of 13.29º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC714E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 78 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.07 |
| HSL | 13.29º | 0.81% | 0.62% | - |
| HSV(B) | 13.29º | 0.67% | 0.93% | - |
| XYZ | 41.87 | 30.19 | 10.83 | - |
| YUV | 145.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 78 | 0 | 0.52 | 0.67 | 0.07 | 13.29 | 0.81 | 0.62 |
| Hex | EC | 71 | 4E | 0 | 34 | 43 | 7 | D | 51 | 3E |
| Octal | 354 | 161 | 116 | 0 | 64 | 103 | 7 | 15 | 121 | 76 |
| Binary | 11101100 | 1110001 | 1001110 | 0 | 110100 | 1000011 | 111 | 1101 | 1010001 | 111110 |
Color Harmonies of #EC714E
Complementary color
Monochromatic Colors of #EC714E
Black with #EC714E
Text Example
Text Example
White with #EC714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC714E; }
p { color: rgb(236,113,78); }
H1.HeaderClassName
{
color: #EC714E;
}
.AnyTagClassName
{
color: #EC714E;
}
</style>
background-color css
<style>
a { background-color: #EC714E; }
a { background-color: rgb(236,113,78); }
div.DivClassName
{
background-color: #EC714E;
}
.BgClassName
{
background-color: #EC714E;
}
</style>
border-color css
<style>
span { border-color: #EC714E; }
span { border-color: rgb(236,113,78); }
td.TdClassName
{
border-color: #EC714E;
}
.TagClassName
{
border-color: #EC714E;
}
</style>