Shades of Burnt Sienna #EC6C52
Tints of Burnt Sienna #EC6C52
RGB
CMYK
RGB Variations
Color information
#EC6C52 (or 0xEC6C52) is known color: Burnt Sienna. HEX triplet: EC, 6C and 52. RGB value is (236,108,82). Sum of RGB (Red+Green+Blue) = 236+108+82=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C52 is #1393AD. Grayscale: #8F8F8F. Windows color (decimal): -1282990 or 5401836. OLE color: 5401836.
HSL color Cylindrical-coordinate representation of color #EC6C52: hue angle of 10.13º 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 #EC6C52 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 82 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.07 |
| HSL | 10.13º | 0.8% | 0.62% | - |
| HSV(B) | 10.13º | 0.65% | 0.93% | - |
| XYZ | 41.48 | 29.17 | 11.43 | - |
| YUV | 143.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 82 | 0 | 0.54 | 0.65 | 0.07 | 10.13 | 0.8 | 0.62 |
| Hex | EC | 6C | 52 | 0 | 36 | 41 | 7 | A | 50 | 3E |
| Octal | 354 | 154 | 122 | 0 | 66 | 101 | 7 | 12 | 120 | 76 |
| Binary | 11101100 | 1101100 | 1010010 | 0 | 110110 | 1000001 | 111 | 1010 | 1010000 | 111110 |
Color Harmonies of #EC6C52
Complementary color
Monochromatic Colors of #EC6C52
Black with #EC6C52
Text Example
Text Example
White with #EC6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C52; }
p { color: rgb(236,108,82); }
H1.HeaderClassName
{
color: #EC6C52;
}
.AnyTagClassName
{
color: #EC6C52;
}
</style>
background-color css
<style>
a { background-color: #EC6C52; }
a { background-color: rgb(236,108,82); }
div.DivClassName
{
background-color: #EC6C52;
}
.BgClassName
{
background-color: #EC6C52;
}
</style>
border-color css
<style>
span { border-color: #EC6C52; }
span { border-color: rgb(236,108,82); }
td.TdClassName
{
border-color: #EC6C52;
}
.TagClassName
{
border-color: #EC6C52;
}
</style>