Shades of Burnt Sienna #EC7350
Tints of Burnt Sienna #EC7350
RGB
CMYK
RGB Variations
Color information
#EC7350 (or 0xEC7350) is known color: Burnt Sienna. HEX triplet: EC, 73 and 50. RGB value is (236,115,80). Sum of RGB (Red+Green+Blue) = 236+115+80=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7350 is #138CAF. Grayscale: #939393. Windows color (decimal): -1281200 or 5272556. OLE color: 5272556.
HSL color Cylindrical-coordinate representation of color #EC7350: hue angle of 13.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC7350 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 80 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.07 |
| HSL | 13.46º | 0.8% | 0.62% | - |
| HSV(B) | 13.46º | 0.66% | 0.93% | - |
| XYZ | 42.17 | 30.67 | 11.29 | - |
| YUV | 147.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 80 | 0 | 0.51 | 0.66 | 0.07 | 13.46 | 0.8 | 0.62 |
| Hex | EC | 73 | 50 | 0 | 33 | 42 | 7 | D | 50 | 3E |
| Octal | 354 | 163 | 120 | 0 | 63 | 102 | 7 | 15 | 120 | 76 |
| Binary | 11101100 | 1110011 | 1010000 | 0 | 110011 | 1000010 | 111 | 1101 | 1010000 | 111110 |
Color Harmonies of #EC7350
Complementary color
Monochromatic Colors of #EC7350
Black with #EC7350
Text Example
Text Example
White with #EC7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7350; }
p { color: rgb(236,115,80); }
H1.HeaderClassName
{
color: #EC7350;
}
.AnyTagClassName
{
color: #EC7350;
}
</style>
background-color css
<style>
a { background-color: #EC7350; }
a { background-color: rgb(236,115,80); }
div.DivClassName
{
background-color: #EC7350;
}
.BgClassName
{
background-color: #EC7350;
}
</style>
border-color css
<style>
span { border-color: #EC7350; }
span { border-color: rgb(236,115,80); }
td.TdClassName
{
border-color: #EC7350;
}
.TagClassName
{
border-color: #EC7350;
}
</style>