Shades of Burnt Sienna #EC7648
Tints of Burnt Sienna #EC7648
RGB
CMYK
RGB Variations
Color information
#EC7648 (or 0xEC7648) is known color: Burnt Sienna. HEX triplet: EC, 76 and 48. RGB value is (236,118,72). Sum of RGB (Red+Green+Blue) = 236+118+72=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7648 is #1389B7. Grayscale: #949494. Windows color (decimal): -1280440 or 4749036. OLE color: 4749036.
HSL color Cylindrical-coordinate representation of color #EC7648: hue angle of 16.83º 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 #EC7648 is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 72 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.07 |
| HSL | 16.83º | 0.81% | 0.6% | - |
| HSV(B) | 16.83º | 0.69% | 0.93% | - |
| XYZ | 42.24 | 31.26 | 9.94 | - |
| YUV | 148.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 72 | 0 | 0.5 | 0.69 | 0.07 | 16.83 | 0.81 | 0.6 |
| Hex | EC | 76 | 48 | 0 | 32 | 45 | 7 | 11 | 51 | 3C |
| Octal | 354 | 166 | 110 | 0 | 62 | 105 | 7 | 21 | 121 | 74 |
| Binary | 11101100 | 1110110 | 1001000 | 0 | 110010 | 1000101 | 111 | 10001 | 1010001 | 111100 |
Color Harmonies of #EC7648
Complementary color
Monochromatic Colors of #EC7648
Black with #EC7648
Text Example
Text Example
White with #EC7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7648; }
p { color: rgb(236,118,72); }
H1.HeaderClassName
{
color: #EC7648;
}
.AnyTagClassName
{
color: #EC7648;
}
</style>
background-color css
<style>
a { background-color: #EC7648; }
a { background-color: rgb(236,118,72); }
div.DivClassName
{
background-color: #EC7648;
}
.BgClassName
{
background-color: #EC7648;
}
</style>
border-color css
<style>
span { border-color: #EC7648; }
span { border-color: rgb(236,118,72); }
td.TdClassName
{
border-color: #EC7648;
}
.TagClassName
{
border-color: #EC7648;
}
</style>