Shades of Burnt Sienna #EC724F
Tints of Burnt Sienna #EC724F
RGB
CMYK
RGB Variations
Color information
#EC724F (or 0xEC724F) is known color: Burnt Sienna. HEX triplet: EC, 72 and 4F. RGB value is (236,114,79). Sum of RGB (Red+Green+Blue) = 236+114+79=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC724F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC724F is #138DB0. Grayscale: #929292. Windows color (decimal): -1281457 or 5206764. OLE color: 5206764.
HSL color Cylindrical-coordinate representation of color #EC724F: hue angle of 13.38º 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 #EC724F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 79 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.07 |
| HSL | 13.38º | 0.81% | 0.62% | - |
| HSV(B) | 13.38º | 0.67% | 0.93% | - |
| XYZ | 42.02 | 30.43 | 11.06 | - |
| YUV | 146.49 | 89.92 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 79 | 0 | 0.52 | 0.67 | 0.07 | 13.38 | 0.81 | 0.62 |
| Hex | EC | 72 | 4F | 0 | 34 | 43 | 7 | D | 51 | 3E |
| Octal | 354 | 162 | 117 | 0 | 64 | 103 | 7 | 15 | 121 | 76 |
| Binary | 11101100 | 1110010 | 1001111 | 0 | 110100 | 1000011 | 111 | 1101 | 1010001 | 111110 |
Color Harmonies of #EC724F
Complementary color
Monochromatic Colors of #EC724F
Black with #EC724F
Text Example
Text Example
White with #EC724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC724F; }
p { color: rgb(236,114,79); }
H1.HeaderClassName
{
color: #EC724F;
}
.AnyTagClassName
{
color: #EC724F;
}
</style>
background-color css
<style>
a { background-color: #EC724F; }
a { background-color: rgb(236,114,79); }
div.DivClassName
{
background-color: #EC724F;
}
.BgClassName
{
background-color: #EC724F;
}
</style>
border-color css
<style>
span { border-color: #EC724F; }
span { border-color: rgb(236,114,79); }
td.TdClassName
{
border-color: #EC724F;
}
.TagClassName
{
border-color: #EC724F;
}
</style>