Shades of Burnt Sienna #EC6F48
Tints of Burnt Sienna #EC6F48
RGB
CMYK
RGB Variations
Color information
#EC6F48 (or 0xEC6F48) is known color: Burnt Sienna. HEX triplet: EC, 6F and 48. RGB value is (236,111,72). Sum of RGB (Red+Green+Blue) = 236+111+72=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6F48 is #1390B7. Grayscale: #909090. Windows color (decimal): -1282232 or 4747244. OLE color: 4747244.
HSL color Cylindrical-coordinate representation of color #EC6F48: hue angle of 14.27º 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 #EC6F48 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 72 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.07 |
| HSL | 14.27º | 0.81% | 0.6% | - |
| HSV(B) | 14.27º | 0.69% | 0.93% | - |
| XYZ | 41.45 | 29.67 | 9.67 | - |
| YUV | 143.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 72 | 0 | 0.53 | 0.69 | 0.07 | 14.27 | 0.81 | 0.6 |
| Hex | EC | 6F | 48 | 0 | 35 | 45 | 7 | E | 51 | 3C |
| Octal | 354 | 157 | 110 | 0 | 65 | 105 | 7 | 16 | 121 | 74 |
| Binary | 11101100 | 1101111 | 1001000 | 0 | 110101 | 1000101 | 111 | 1110 | 1010001 | 111100 |
Color Harmonies of #EC6F48
Complementary color
Monochromatic Colors of #EC6F48
Black with #EC6F48
Text Example
Text Example
White with #EC6F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F48; }
p { color: rgb(236,111,72); }
H1.HeaderClassName
{
color: #EC6F48;
}
.AnyTagClassName
{
color: #EC6F48;
}
</style>
background-color css
<style>
a { background-color: #EC6F48; }
a { background-color: rgb(236,111,72); }
div.DivClassName
{
background-color: #EC6F48;
}
.BgClassName
{
background-color: #EC6F48;
}
</style>
border-color css
<style>
span { border-color: #EC6F48; }
span { border-color: rgb(236,111,72); }
td.TdClassName
{
border-color: #EC6F48;
}
.TagClassName
{
border-color: #EC6F48;
}
</style>