Shades of Burnt Sienna #EF7049
Tints of Burnt Sienna #EF7049
RGB
CMYK
RGB Variations
Color information
#EF7049 (or 0xEF7049) is known color: Burnt Sienna. HEX triplet: EF, 70 and 49. RGB value is (239,112,73). Sum of RGB (Red+Green+Blue) = 239+112+73=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7049 is #108FB6. Grayscale: #919191. Windows color (decimal): -1085367 or 4813039. OLE color: 4813039.
HSL color Cylindrical-coordinate representation of color #EF7049: hue angle of 14.1º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF7049 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 73 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.06 |
| HSL | 14.1º | 0.84% | 0.61% | - |
| HSV(B) | 14.1º | 0.69% | 0.94% | - |
| XYZ | 42.59 | 30.42 | 9.93 | - |
| YUV | 145.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 73 | 0 | 0.53 | 0.69 | 0.06 | 14.1 | 0.84 | 0.61 |
| Hex | EF | 70 | 49 | 0 | 35 | 45 | 6 | E | 54 | 3D |
| Octal | 357 | 160 | 111 | 0 | 65 | 105 | 6 | 16 | 124 | 75 |
| Binary | 11101111 | 1110000 | 1001001 | 0 | 110101 | 1000101 | 110 | 1110 | 1010100 | 111101 |
Color Harmonies of #EF7049
Complementary color
Monochromatic Colors of #EF7049
Black with #EF7049
Text Example
Text Example
White with #EF7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7049; }
p { color: rgb(239,112,73); }
H1.HeaderClassName
{
color: #EF7049;
}
.AnyTagClassName
{
color: #EF7049;
}
</style>
background-color css
<style>
a { background-color: #EF7049; }
a { background-color: rgb(239,112,73); }
div.DivClassName
{
background-color: #EF7049;
}
.BgClassName
{
background-color: #EF7049;
}
</style>
border-color css
<style>
span { border-color: #EF7049; }
span { border-color: rgb(239,112,73); }
td.TdClassName
{
border-color: #EF7049;
}
.TagClassName
{
border-color: #EF7049;
}
</style>