Shades of Burnt Sienna #ED7148
Tints of Burnt Sienna #ED7148
RGB
CMYK
RGB Variations
Color information
#ED7148 (or 0xED7148) is known color: Burnt Sienna. HEX triplet: ED, 71 and 48. RGB value is (237,113,72). Sum of RGB (Red+Green+Blue) = 237+113+72=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7148 is #128EB7. Grayscale: #919191. Windows color (decimal): -1216184 or 4747757. OLE color: 4747757.
HSL color Cylindrical-coordinate representation of color #ED7148: hue angle of 14.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED7148 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 72 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.07 |
| HSL | 14.91º | 0.82% | 0.61% | - |
| HSV(B) | 14.91º | 0.7% | 0.93% | - |
| XYZ | 42 | 30.28 | 9.76 | - |
| YUV | 145.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 72 | 0 | 0.52 | 0.70 | 0.07 | 14.91 | 0.82 | 0.61 |
| Hex | ED | 71 | 48 | 0 | 34 | 46 | 7 | F | 52 | 3D |
| Octal | 355 | 161 | 110 | 0 | 64 | 106 | 7 | 17 | 122 | 75 |
| Binary | 11101101 | 1110001 | 1001000 | 0 | 110100 | 1000110 | 111 | 1111 | 1010010 | 111101 |
Color Harmonies of #ED7148
Complementary color
Monochromatic Colors of #ED7148
Black with #ED7148
Text Example
Text Example
White with #ED7148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7148; }
p { color: rgb(237,113,72); }
H1.HeaderClassName
{
color: #ED7148;
}
.AnyTagClassName
{
color: #ED7148;
}
</style>
background-color css
<style>
a { background-color: #ED7148; }
a { background-color: rgb(237,113,72); }
div.DivClassName
{
background-color: #ED7148;
}
.BgClassName
{
background-color: #ED7148;
}
</style>
border-color css
<style>
span { border-color: #ED7148; }
span { border-color: rgb(237,113,72); }
td.TdClassName
{
border-color: #ED7148;
}
.TagClassName
{
border-color: #ED7148;
}
</style>