Shades of Burnt Sienna #ED6B49
Tints of Burnt Sienna #ED6B49
RGB
CMYK
RGB Variations
Color information
#ED6B49 (or 0xED6B49) is known color: Burnt Sienna. HEX triplet: ED, 6B and 49. RGB value is (237,107,73). Sum of RGB (Red+Green+Blue) = 237+107+73=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6B49 is #1294B6. Grayscale: #8E8E8E. Windows color (decimal): -1217719 or 4811757. OLE color: 4811757.
HSL color Cylindrical-coordinate representation of color #ED6B49: hue angle of 12.44º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED6B49 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 73 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.07 |
| HSL | 12.44º | 0.82% | 0.61% | - |
| HSV(B) | 12.44º | 0.69% | 0.93% | - |
| XYZ | 41.39 | 29 | 9.72 | - |
| YUV | 141.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 73 | 0 | 0.55 | 0.69 | 0.07 | 12.44 | 0.82 | 0.61 |
| Hex | ED | 6B | 49 | 0 | 37 | 45 | 7 | C | 52 | 3D |
| Octal | 355 | 153 | 111 | 0 | 67 | 105 | 7 | 14 | 122 | 75 |
| Binary | 11101101 | 1101011 | 1001001 | 0 | 110111 | 1000101 | 111 | 1100 | 1010010 | 111101 |
Color Harmonies of #ED6B49
Complementary color
Monochromatic Colors of #ED6B49
Black with #ED6B49
Text Example
Text Example
White with #ED6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B49; }
p { color: rgb(237,107,73); }
H1.HeaderClassName
{
color: #ED6B49;
}
.AnyTagClassName
{
color: #ED6B49;
}
</style>
background-color css
<style>
a { background-color: #ED6B49; }
a { background-color: rgb(237,107,73); }
div.DivClassName
{
background-color: #ED6B49;
}
.BgClassName
{
background-color: #ED6B49;
}
</style>
border-color css
<style>
span { border-color: #ED6B49; }
span { border-color: rgb(237,107,73); }
td.TdClassName
{
border-color: #ED6B49;
}
.TagClassName
{
border-color: #ED6B49;
}
</style>