Shades of Burnt Sienna #EC714F
Tints of Burnt Sienna #EC714F
RGB
CMYK
RGB Variations
Color information
#EC714F (or 0xEC714F) is known color: Burnt Sienna. HEX triplet: EC, 71 and 4F. RGB value is (236,113,79). Sum of RGB (Red+Green+Blue) = 236+113+79=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC714F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC714F is #138EB0. Grayscale: #929292. Windows color (decimal): -1281713 or 5206508. OLE color: 5206508.
HSL color Cylindrical-coordinate representation of color #EC714F: hue angle of 12.99º 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 #EC714F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 79 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.07 |
| HSL | 12.99º | 0.81% | 0.62% | - |
| HSV(B) | 12.99º | 0.67% | 0.93% | - |
| XYZ | 41.91 | 30.21 | 11.02 | - |
| YUV | 145.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 79 | 0 | 0.52 | 0.67 | 0.07 | 12.99 | 0.81 | 0.62 |
| Hex | EC | 71 | 4F | 0 | 34 | 43 | 7 | D | 51 | 3E |
| Octal | 354 | 161 | 117 | 0 | 64 | 103 | 7 | 15 | 121 | 76 |
| Binary | 11101100 | 1110001 | 1001111 | 0 | 110100 | 1000011 | 111 | 1101 | 1010001 | 111110 |
Color Harmonies of #EC714F
Complementary color
Monochromatic Colors of #EC714F
Black with #EC714F
Text Example
Text Example
White with #EC714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC714F; }
p { color: rgb(236,113,79); }
H1.HeaderClassName
{
color: #EC714F;
}
.AnyTagClassName
{
color: #EC714F;
}
</style>
background-color css
<style>
a { background-color: #EC714F; }
a { background-color: rgb(236,113,79); }
div.DivClassName
{
background-color: #EC714F;
}
.BgClassName
{
background-color: #EC714F;
}
</style>
border-color css
<style>
span { border-color: #EC714F; }
span { border-color: rgb(236,113,79); }
td.TdClassName
{
border-color: #EC714F;
}
.TagClassName
{
border-color: #EC714F;
}
</style>