Shades of Burnt Sienna #ED6D56
Tints of Burnt Sienna #ED6D56
RGB
CMYK
RGB Variations
Color information
#ED6D56 (or 0xED6D56) is known color: Burnt Sienna. HEX triplet: ED, 6D and 56. RGB value is (237,109,86). Sum of RGB (Red+Green+Blue) = 237+109+86=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6D56 is #1292A9. Grayscale: #909090. Windows color (decimal): -1217194 or 5664237. OLE color: 5664237.
HSL color Cylindrical-coordinate representation of color #ED6D56: hue angle of 9.14º 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 #ED6D56 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 86 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.07 |
| HSL | 9.14º | 0.81% | 0.63% | - |
| HSV(B) | 9.14º | 0.64% | 0.93% | - |
| XYZ | 42.07 | 29.61 | 12.3 | - |
| YUV | 144.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 86 | 0 | 0.54 | 0.64 | 0.07 | 9.14 | 0.81 | 0.63 |
| Hex | ED | 6D | 56 | 0 | 36 | 40 | 7 | 9 | 51 | 3F |
| Octal | 355 | 155 | 126 | 0 | 66 | 100 | 7 | 11 | 121 | 77 |
| Binary | 11101101 | 1101101 | 1010110 | 0 | 110110 | 1000000 | 111 | 1001 | 1010001 | 111111 |
Color Harmonies of #ED6D56
Complementary color
Monochromatic Colors of #ED6D56
Black with #ED6D56
Text Example
Text Example
White with #ED6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D56; }
p { color: rgb(237,109,86); }
H1.HeaderClassName
{
color: #ED6D56;
}
.AnyTagClassName
{
color: #ED6D56;
}
</style>
background-color css
<style>
a { background-color: #ED6D56; }
a { background-color: rgb(237,109,86); }
div.DivClassName
{
background-color: #ED6D56;
}
.BgClassName
{
background-color: #ED6D56;
}
</style>
border-color css
<style>
span { border-color: #ED6D56; }
span { border-color: rgb(237,109,86); }
td.TdClassName
{
border-color: #ED6D56;
}
.TagClassName
{
border-color: #ED6D56;
}
</style>