Shades of Burnt Orange #EF7035
Tints of Burnt Orange #EF7035
RGB
CMYK
RGB Variations
Color information
#EF7035 (or 0xEF7035) is known color: Burnt Orange. HEX triplet: EF, 70 and 35. RGB value is (239,112,53). Sum of RGB (Red+Green+Blue) = 239+112+53=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7035 is #108FCA. Grayscale: #8F8F8F. Windows color (decimal): -1085387 or 3502319. OLE color: 3502319.
HSL color Cylindrical-coordinate representation of color #EF7035: hue angle of 19.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF7035 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 53 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.06 |
| HSL | 19.03º | 0.85% | 0.57% | - |
| HSV(B) | 19.03º | 0.78% | 0.94% | - |
| XYZ | 42.03 | 30.2 | 6.98 | - |
| YUV | 143.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 53 | 0 | 0.53 | 0.78 | 0.06 | 19.03 | 0.85 | 0.57 |
| Hex | EF | 70 | 35 | 0 | 35 | 4E | 6 | 13 | 55 | 39 |
| Octal | 357 | 160 | 65 | 0 | 65 | 116 | 6 | 23 | 125 | 71 |
| Binary | 11101111 | 1110000 | 110101 | 0 | 110101 | 1001110 | 110 | 10011 | 1010101 | 111001 |
Color Harmonies of #EF7035
Complementary color
Monochromatic Colors of #EF7035
Black with #EF7035
Text Example
Text Example
White with #EF7035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7035; }
p { color: rgb(239,112,53); }
H1.HeaderClassName
{
color: #EF7035;
}
.AnyTagClassName
{
color: #EF7035;
}
</style>
background-color css
<style>
a { background-color: #EF7035; }
a { background-color: rgb(239,112,53); }
div.DivClassName
{
background-color: #EF7035;
}
.BgClassName
{
background-color: #EF7035;
}
</style>
border-color css
<style>
span { border-color: #EF7035; }
span { border-color: rgb(239,112,53); }
td.TdClassName
{
border-color: #EF7035;
}
.TagClassName
{
border-color: #EF7035;
}
</style>