Shades of Burnt Sienna #EC6E48
Tints of Burnt Sienna #EC6E48
RGB
CMYK
RGB Variations
Color information
#EC6E48 (or 0xEC6E48) is known color: Burnt Sienna. HEX triplet: EC, 6E and 48. RGB value is (236,110,72). Sum of RGB (Red+Green+Blue) = 236+110+72=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6E48 is #1391B7. Grayscale: #8F8F8F. Windows color (decimal): -1282488 or 4746988. OLE color: 4746988.
HSL color Cylindrical-coordinate representation of color #EC6E48: hue angle of 13.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC6E48 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 72 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.07 |
| HSL | 13.9º | 0.81% | 0.6% | - |
| HSV(B) | 13.9º | 0.69% | 0.93% | - |
| XYZ | 41.34 | 29.45 | 9.64 | - |
| YUV | 143.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 72 | 0 | 0.53 | 0.69 | 0.07 | 13.9 | 0.81 | 0.6 |
| Hex | EC | 6E | 48 | 0 | 35 | 45 | 7 | E | 51 | 3C |
| Octal | 354 | 156 | 110 | 0 | 65 | 105 | 7 | 16 | 121 | 74 |
| Binary | 11101100 | 1101110 | 1001000 | 0 | 110101 | 1000101 | 111 | 1110 | 1010001 | 111100 |
Color Harmonies of #EC6E48
Complementary color
Monochromatic Colors of #EC6E48
Black with #EC6E48
Text Example
Text Example
White with #EC6E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E48; }
p { color: rgb(236,110,72); }
H1.HeaderClassName
{
color: #EC6E48;
}
.AnyTagClassName
{
color: #EC6E48;
}
</style>
background-color css
<style>
a { background-color: #EC6E48; }
a { background-color: rgb(236,110,72); }
div.DivClassName
{
background-color: #EC6E48;
}
.BgClassName
{
background-color: #EC6E48;
}
</style>
border-color css
<style>
span { border-color: #EC6E48; }
span { border-color: rgb(236,110,72); }
td.TdClassName
{
border-color: #EC6E48;
}
.TagClassName
{
border-color: #EC6E48;
}
</style>