Shades of Burnt Sienna #ED6B47
Tints of Burnt Sienna #ED6B47
RGB
CMYK
RGB Variations
Color information
#ED6B47 (or 0xED6B47) is known color: Burnt Sienna. HEX triplet: ED, 6B and 47. RGB value is (237,107,71). Sum of RGB (Red+Green+Blue) = 237+107+71=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6B47 is #1294B8. Grayscale: #8E8E8E. Windows color (decimal): -1217721 or 4680685. OLE color: 4680685.
HSL color Cylindrical-coordinate representation of color #ED6B47: hue angle of 13.01º 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 #ED6B47 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 71 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.07 |
| HSL | 13.01º | 0.82% | 0.6% | - |
| HSV(B) | 13.01º | 0.7% | 0.93% | - |
| XYZ | 41.32 | 28.97 | 9.38 | - |
| YUV | 141.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 71 | 0 | 0.55 | 0.70 | 0.07 | 13.01 | 0.82 | 0.6 |
| Hex | ED | 6B | 47 | 0 | 37 | 46 | 7 | D | 52 | 3C |
| Octal | 355 | 153 | 107 | 0 | 67 | 106 | 7 | 15 | 122 | 74 |
| Binary | 11101101 | 1101011 | 1000111 | 0 | 110111 | 1000110 | 111 | 1101 | 1010010 | 111100 |
Color Harmonies of #ED6B47
Complementary color
Monochromatic Colors of #ED6B47
Black with #ED6B47
Text Example
Text Example
White with #ED6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B47; }
p { color: rgb(237,107,71); }
H1.HeaderClassName
{
color: #ED6B47;
}
.AnyTagClassName
{
color: #ED6B47;
}
</style>
background-color css
<style>
a { background-color: #ED6B47; }
a { background-color: rgb(237,107,71); }
div.DivClassName
{
background-color: #ED6B47;
}
.BgClassName
{
background-color: #ED6B47;
}
</style>
border-color css
<style>
span { border-color: #ED6B47; }
span { border-color: rgb(237,107,71); }
td.TdClassName
{
border-color: #ED6B47;
}
.TagClassName
{
border-color: #ED6B47;
}
</style>