Shades of Burnt Sienna #EC7556
Tints of Burnt Sienna #EC7556
RGB
CMYK
RGB Variations
Color information
#EC7556 (or 0xEC7556) is known color: Burnt Sienna. HEX triplet: EC, 75 and 56. RGB value is (236,117,86). Sum of RGB (Red+Green+Blue) = 236+117+86=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7556 is #138AA9. Grayscale: #959595. Windows color (decimal): -1280682 or 5666284. OLE color: 5666284.
HSL color Cylindrical-coordinate representation of color #EC7556: hue angle of 12.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC7556 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 86 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.07 |
| HSL | 12.4º | 0.8% | 0.63% | - |
| HSV(B) | 12.4º | 0.64% | 0.93% | - |
| XYZ | 42.63 | 31.23 | 12.58 | - |
| YUV | 149.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 86 | 0 | 0.50 | 0.64 | 0.07 | 12.4 | 0.8 | 0.63 |
| Hex | EC | 75 | 56 | 0 | 32 | 40 | 7 | C | 50 | 3F |
| Octal | 354 | 165 | 126 | 0 | 62 | 100 | 7 | 14 | 120 | 77 |
| Binary | 11101100 | 1110101 | 1010110 | 0 | 110010 | 1000000 | 111 | 1100 | 1010000 | 111111 |
Color Harmonies of #EC7556
Complementary color
Monochromatic Colors of #EC7556
Black with #EC7556
Text Example
Text Example
White with #EC7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7556; }
p { color: rgb(236,117,86); }
H1.HeaderClassName
{
color: #EC7556;
}
.AnyTagClassName
{
color: #EC7556;
}
</style>
background-color css
<style>
a { background-color: #EC7556; }
a { background-color: rgb(236,117,86); }
div.DivClassName
{
background-color: #EC7556;
}
.BgClassName
{
background-color: #EC7556;
}
</style>
border-color css
<style>
span { border-color: #EC7556; }
span { border-color: rgb(236,117,86); }
td.TdClassName
{
border-color: #EC7556;
}
.TagClassName
{
border-color: #EC7556;
}
</style>