Shades of Burnt Sienna #EC744E
Tints of Burnt Sienna #EC744E
RGB
CMYK
RGB Variations
Color information
#EC744E (or 0xEC744E) is known color: Burnt Sienna. HEX triplet: EC, 74 and 4E. RGB value is (236,116,78). Sum of RGB (Red+Green+Blue) = 236+116+78=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC744E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC744E is #138BB1. Grayscale: #939393. Windows color (decimal): -1280946 or 5141740. OLE color: 5141740.
HSL color Cylindrical-coordinate representation of color #EC744E: hue angle of 14.43º 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 #EC744E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 78 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.07 |
| HSL | 14.43º | 0.81% | 0.62% | - |
| HSV(B) | 14.43º | 0.67% | 0.93% | - |
| XYZ | 42.21 | 30.87 | 10.94 | - |
| YUV | 147.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 78 | 0 | 0.51 | 0.67 | 0.07 | 14.43 | 0.81 | 0.62 |
| Hex | EC | 74 | 4E | 0 | 33 | 43 | 7 | E | 51 | 3E |
| Octal | 354 | 164 | 116 | 0 | 63 | 103 | 7 | 16 | 121 | 76 |
| Binary | 11101100 | 1110100 | 1001110 | 0 | 110011 | 1000011 | 111 | 1110 | 1010001 | 111110 |
Color Harmonies of #EC744E
Complementary color
Monochromatic Colors of #EC744E
Black with #EC744E
Text Example
Text Example
White with #EC744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC744E; }
p { color: rgb(236,116,78); }
H1.HeaderClassName
{
color: #EC744E;
}
.AnyTagClassName
{
color: #EC744E;
}
</style>
background-color css
<style>
a { background-color: #EC744E; }
a { background-color: rgb(236,116,78); }
div.DivClassName
{
background-color: #EC744E;
}
.BgClassName
{
background-color: #EC744E;
}
</style>
border-color css
<style>
span { border-color: #EC744E; }
span { border-color: rgb(236,116,78); }
td.TdClassName
{
border-color: #EC744E;
}
.TagClassName
{
border-color: #EC744E;
}
</style>