Shades of Burnt Sienna #EC7052
Tints of Burnt Sienna #EC7052
RGB
CMYK
RGB Variations
Color information
#EC7052 (or 0xEC7052) is known color: Burnt Sienna. HEX triplet: EC, 70 and 52. RGB value is (236,112,82). Sum of RGB (Red+Green+Blue) = 236+112+82=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7052 is #138FAD. Grayscale: #919191. Windows color (decimal): -1281966 or 5402860. OLE color: 5402860.
HSL color Cylindrical-coordinate representation of color #EC7052: hue angle of 11.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC7052 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 82 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.07 |
| HSL | 11.69º | 0.8% | 0.62% | - |
| HSV(B) | 11.69º | 0.65% | 0.93% | - |
| XYZ | 41.91 | 30.03 | 11.57 | - |
| YUV | 145.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 82 | 0 | 0.53 | 0.65 | 0.07 | 11.69 | 0.8 | 0.62 |
| Hex | EC | 70 | 52 | 0 | 35 | 41 | 7 | C | 50 | 3E |
| Octal | 354 | 160 | 122 | 0 | 65 | 101 | 7 | 14 | 120 | 76 |
| Binary | 11101100 | 1110000 | 1010010 | 0 | 110101 | 1000001 | 111 | 1100 | 1010000 | 111110 |
Color Harmonies of #EC7052
Complementary color
Monochromatic Colors of #EC7052
Black with #EC7052
Text Example
Text Example
White with #EC7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7052; }
p { color: rgb(236,112,82); }
H1.HeaderClassName
{
color: #EC7052;
}
.AnyTagClassName
{
color: #EC7052;
}
</style>
background-color css
<style>
a { background-color: #EC7052; }
a { background-color: rgb(236,112,82); }
div.DivClassName
{
background-color: #EC7052;
}
.BgClassName
{
background-color: #EC7052;
}
</style>
border-color css
<style>
span { border-color: #EC7052; }
span { border-color: rgb(236,112,82); }
td.TdClassName
{
border-color: #EC7052;
}
.TagClassName
{
border-color: #EC7052;
}
</style>