Shades of Burnt Sienna #ED7456
Tints of Burnt Sienna #ED7456
RGB
CMYK
RGB Variations
Color information
#ED7456 (or 0xED7456) is known color: Burnt Sienna. HEX triplet: ED, 74 and 56. RGB value is (237,116,86). Sum of RGB (Red+Green+Blue) = 237+116+86=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7456 is #128BA9. Grayscale: #959595. Windows color (decimal): -1215402 or 5666029. OLE color: 5666029.
HSL color Cylindrical-coordinate representation of color #ED7456: hue angle of 11.92º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED7456 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 86 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.07 |
| HSL | 11.92º | 0.81% | 0.63% | - |
| HSV(B) | 11.92º | 0.64% | 0.93% | - |
| XYZ | 42.85 | 31.17 | 12.56 | - |
| YUV | 148.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 86 | 0 | 0.51 | 0.64 | 0.07 | 11.92 | 0.81 | 0.63 |
| Hex | ED | 74 | 56 | 0 | 33 | 40 | 7 | C | 51 | 3F |
| Octal | 355 | 164 | 126 | 0 | 63 | 100 | 7 | 14 | 121 | 77 |
| Binary | 11101101 | 1110100 | 1010110 | 0 | 110011 | 1000000 | 111 | 1100 | 1010001 | 111111 |
Color Harmonies of #ED7456
Complementary color
Monochromatic Colors of #ED7456
Black with #ED7456
Text Example
Text Example
White with #ED7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7456; }
p { color: rgb(237,116,86); }
H1.HeaderClassName
{
color: #ED7456;
}
.AnyTagClassName
{
color: #ED7456;
}
</style>
background-color css
<style>
a { background-color: #ED7456; }
a { background-color: rgb(237,116,86); }
div.DivClassName
{
background-color: #ED7456;
}
.BgClassName
{
background-color: #ED7456;
}
</style>
border-color css
<style>
span { border-color: #ED7456; }
span { border-color: rgb(237,116,86); }
td.TdClassName
{
border-color: #ED7456;
}
.TagClassName
{
border-color: #ED7456;
}
</style>