Shades of Burnt Sienna #ED7053
Tints of Burnt Sienna #ED7053
RGB
CMYK
RGB Variations
Color information
#ED7053 (or 0xED7053) is known color: Burnt Sienna. HEX triplet: ED, 70 and 53. RGB value is (237,112,83). Sum of RGB (Red+Green+Blue) = 237+112+83=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7053 is #128FAC. Grayscale: #929292. Windows color (decimal): -1216429 or 5468397. OLE color: 5468397.
HSL color Cylindrical-coordinate representation of color #ED7053: hue angle of 11.3º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED7053 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 83 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.07 |
| HSL | 11.3º | 0.81% | 0.63% | - |
| HSV(B) | 11.3º | 0.65% | 0.93% | - |
| XYZ | 42.28 | 30.22 | 11.79 | - |
| YUV | 146.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 83 | 0 | 0.53 | 0.65 | 0.07 | 11.3 | 0.81 | 0.63 |
| Hex | ED | 70 | 53 | 0 | 35 | 41 | 7 | B | 51 | 3F |
| Octal | 355 | 160 | 123 | 0 | 65 | 101 | 7 | 13 | 121 | 77 |
| Binary | 11101101 | 1110000 | 1010011 | 0 | 110101 | 1000001 | 111 | 1011 | 1010001 | 111111 |
Color Harmonies of #ED7053
Complementary color
Monochromatic Colors of #ED7053
Black with #ED7053
Text Example
Text Example
White with #ED7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7053; }
p { color: rgb(237,112,83); }
H1.HeaderClassName
{
color: #ED7053;
}
.AnyTagClassName
{
color: #ED7053;
}
</style>
background-color css
<style>
a { background-color: #ED7053; }
a { background-color: rgb(237,112,83); }
div.DivClassName
{
background-color: #ED7053;
}
.BgClassName
{
background-color: #ED7053;
}
</style>
border-color css
<style>
span { border-color: #ED7053; }
span { border-color: rgb(237,112,83); }
td.TdClassName
{
border-color: #ED7053;
}
.TagClassName
{
border-color: #ED7053;
}
</style>