Shades of Burnt Sienna #EC7250
Tints of Burnt Sienna #EC7250
RGB
CMYK
RGB Variations
Color information
#EC7250 (or 0xEC7250) is known color: Burnt Sienna. HEX triplet: EC, 72 and 50. RGB value is (236,114,80). Sum of RGB (Red+Green+Blue) = 236+114+80=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7250 is #138DAF. Grayscale: #929292. Windows color (decimal): -1281456 or 5272300. OLE color: 5272300.
HSL color Cylindrical-coordinate representation of color #EC7250: hue angle of 13.08º 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 #EC7250 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 80 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.07 |
| HSL | 13.08º | 0.8% | 0.62% | - |
| HSV(B) | 13.08º | 0.66% | 0.93% | - |
| XYZ | 42.06 | 30.45 | 11.25 | - |
| YUV | 146.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 80 | 0 | 0.52 | 0.66 | 0.07 | 13.08 | 0.8 | 0.62 |
| Hex | EC | 72 | 50 | 0 | 34 | 42 | 7 | D | 50 | 3E |
| Octal | 354 | 162 | 120 | 0 | 64 | 102 | 7 | 15 | 120 | 76 |
| Binary | 11101100 | 1110010 | 1010000 | 0 | 110100 | 1000010 | 111 | 1101 | 1010000 | 111110 |
Color Harmonies of #EC7250
Complementary color
Monochromatic Colors of #EC7250
Black with #EC7250
Text Example
Text Example
White with #EC7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7250; }
p { color: rgb(236,114,80); }
H1.HeaderClassName
{
color: #EC7250;
}
.AnyTagClassName
{
color: #EC7250;
}
</style>
background-color css
<style>
a { background-color: #EC7250; }
a { background-color: rgb(236,114,80); }
div.DivClassName
{
background-color: #EC7250;
}
.BgClassName
{
background-color: #EC7250;
}
</style>
border-color css
<style>
span { border-color: #EC7250; }
span { border-color: rgb(236,114,80); }
td.TdClassName
{
border-color: #EC7250;
}
.TagClassName
{
border-color: #EC7250;
}
</style>