Shades of Burnt Sienna #ED7146
Tints of Burnt Sienna #ED7146
RGB
CMYK
RGB Variations
Color information
#ED7146 (or 0xED7146) is known color: Burnt Sienna. HEX triplet: ED, 71 and 46. RGB value is (237,113,70). Sum of RGB (Red+Green+Blue) = 237+113+70=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7146 is #128EB9. Grayscale: #919191. Windows color (decimal): -1216186 or 4616685. OLE color: 4616685.
HSL color Cylindrical-coordinate representation of color #ED7146: hue angle of 15.45º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED7146 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 70 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.07 |
| HSL | 15.45º | 0.82% | 0.6% | - |
| HSV(B) | 15.45º | 0.7% | 0.93% | - |
| XYZ | 41.94 | 30.26 | 9.42 | - |
| YUV | 145.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 70 | 0 | 0.52 | 0.70 | 0.07 | 15.45 | 0.82 | 0.6 |
| Hex | ED | 71 | 46 | 0 | 34 | 46 | 7 | F | 52 | 3C |
| Octal | 355 | 161 | 106 | 0 | 64 | 106 | 7 | 17 | 122 | 74 |
| Binary | 11101101 | 1110001 | 1000110 | 0 | 110100 | 1000110 | 111 | 1111 | 1010010 | 111100 |
Color Harmonies of #ED7146
Complementary color
Monochromatic Colors of #ED7146
Black with #ED7146
Text Example
Text Example
White with #ED7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7146; }
p { color: rgb(237,113,70); }
H1.HeaderClassName
{
color: #ED7146;
}
.AnyTagClassName
{
color: #ED7146;
}
</style>
background-color css
<style>
a { background-color: #ED7146; }
a { background-color: rgb(237,113,70); }
div.DivClassName
{
background-color: #ED7146;
}
.BgClassName
{
background-color: #ED7146;
}
</style>
border-color css
<style>
span { border-color: #ED7146; }
span { border-color: rgb(237,113,70); }
td.TdClassName
{
border-color: #ED7146;
}
.TagClassName
{
border-color: #ED7146;
}
</style>