Shades of Burnt Sienna #EC6C50
Tints of Burnt Sienna #EC6C50
RGB
CMYK
RGB Variations
Color information
#EC6C50 (or 0xEC6C50) is known color: Burnt Sienna. HEX triplet: EC, 6C and 50. RGB value is (236,108,80). Sum of RGB (Red+Green+Blue) = 236+108+80=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C50 is #1393AF. Grayscale: #8F8F8F. Windows color (decimal): -1282992 or 5270764. OLE color: 5270764.
HSL color Cylindrical-coordinate representation of color #EC6C50: hue angle of 10.77º 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 #EC6C50 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 80 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.07 |
| HSL | 10.77º | 0.8% | 0.62% | - |
| HSV(B) | 10.77º | 0.66% | 0.93% | - |
| XYZ | 41.4 | 29.14 | 11.03 | - |
| YUV | 143.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 80 | 0 | 0.54 | 0.66 | 0.07 | 10.77 | 0.8 | 0.62 |
| Hex | EC | 6C | 50 | 0 | 36 | 42 | 7 | B | 50 | 3E |
| Octal | 354 | 154 | 120 | 0 | 66 | 102 | 7 | 13 | 120 | 76 |
| Binary | 11101100 | 1101100 | 1010000 | 0 | 110110 | 1000010 | 111 | 1011 | 1010000 | 111110 |
Color Harmonies of #EC6C50
Complementary color
Monochromatic Colors of #EC6C50
Black with #EC6C50
Text Example
Text Example
White with #EC6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C50; }
p { color: rgb(236,108,80); }
H1.HeaderClassName
{
color: #EC6C50;
}
.AnyTagClassName
{
color: #EC6C50;
}
</style>
background-color css
<style>
a { background-color: #EC6C50; }
a { background-color: rgb(236,108,80); }
div.DivClassName
{
background-color: #EC6C50;
}
.BgClassName
{
background-color: #EC6C50;
}
</style>
border-color css
<style>
span { border-color: #EC6C50; }
span { border-color: rgb(236,108,80); }
td.TdClassName
{
border-color: #EC6C50;
}
.TagClassName
{
border-color: #EC6C50;
}
</style>