Shades of Burnt Sienna #EC7044
Tints of Burnt Sienna #EC7044
RGB
CMYK
RGB Variations
Color information
#EC7044 (or 0xEC7044) is known color: Burnt Sienna. HEX triplet: EC, 70 and 44. RGB value is (236,112,68). Sum of RGB (Red+Green+Blue) = 236+112+68=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7044 is #138FBB. Grayscale: #909090. Windows color (decimal): -1281980 or 4485356. OLE color: 4485356.
HSL color Cylindrical-coordinate representation of color #EC7044: hue angle of 15.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC7044 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 68 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.07 |
| HSL | 15.71º | 0.82% | 0.6% | - |
| HSV(B) | 15.71º | 0.71% | 0.93% | - |
| XYZ | 41.43 | 29.84 | 9.04 | - |
| YUV | 144.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 68 | 0 | 0.53 | 0.71 | 0.07 | 15.71 | 0.82 | 0.6 |
| Hex | EC | 70 | 44 | 0 | 35 | 47 | 7 | 10 | 52 | 3C |
| Octal | 354 | 160 | 104 | 0 | 65 | 107 | 7 | 20 | 122 | 74 |
| Binary | 11101100 | 1110000 | 1000100 | 0 | 110101 | 1000111 | 111 | 10000 | 1010010 | 111100 |
Color Harmonies of #EC7044
Complementary color
Monochromatic Colors of #EC7044
Black with #EC7044
Text Example
Text Example
White with #EC7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7044; }
p { color: rgb(236,112,68); }
H1.HeaderClassName
{
color: #EC7044;
}
.AnyTagClassName
{
color: #EC7044;
}
</style>
background-color css
<style>
a { background-color: #EC7044; }
a { background-color: rgb(236,112,68); }
div.DivClassName
{
background-color: #EC7044;
}
.BgClassName
{
background-color: #EC7044;
}
</style>
border-color css
<style>
span { border-color: #EC7044; }
span { border-color: rgb(236,112,68); }
td.TdClassName
{
border-color: #EC7044;
}
.TagClassName
{
border-color: #EC7044;
}
</style>