Shades of Burnt Sienna #ED7449
Tints of Burnt Sienna #ED7449
RGB
CMYK
RGB Variations
Color information
#ED7449 (or 0xED7449) is known color: Burnt Sienna. HEX triplet: ED, 74 and 49. RGB value is (237,116,73). Sum of RGB (Red+Green+Blue) = 237+116+73=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7449 is #128BB6. Grayscale: #939393. Windows color (decimal): -1215415 or 4814061. OLE color: 4814061.
HSL color Cylindrical-coordinate representation of color #ED7449: hue angle of 15.73º 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 #ED7449 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 73 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.07 |
| HSL | 15.73º | 0.82% | 0.61% | - |
| HSV(B) | 15.73º | 0.69% | 0.93% | - |
| XYZ | 42.37 | 30.98 | 10.05 | - |
| YUV | 147.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 73 | 0 | 0.51 | 0.69 | 0.07 | 15.73 | 0.82 | 0.61 |
| Hex | ED | 74 | 49 | 0 | 33 | 45 | 7 | 10 | 52 | 3D |
| Octal | 355 | 164 | 111 | 0 | 63 | 105 | 7 | 20 | 122 | 75 |
| Binary | 11101101 | 1110100 | 1001001 | 0 | 110011 | 1000101 | 111 | 10000 | 1010010 | 111101 |
Color Harmonies of #ED7449
Complementary color
Monochromatic Colors of #ED7449
Black with #ED7449
Text Example
Text Example
White with #ED7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7449; }
p { color: rgb(237,116,73); }
H1.HeaderClassName
{
color: #ED7449;
}
.AnyTagClassName
{
color: #ED7449;
}
</style>
background-color css
<style>
a { background-color: #ED7449; }
a { background-color: rgb(237,116,73); }
div.DivClassName
{
background-color: #ED7449;
}
.BgClassName
{
background-color: #ED7449;
}
</style>
border-color css
<style>
span { border-color: #ED7449; }
span { border-color: rgb(237,116,73); }
td.TdClassName
{
border-color: #ED7449;
}
.TagClassName
{
border-color: #ED7449;
}
</style>