Shades of Burnt Orange #EF7032
Tints of Burnt Orange #EF7032
RGB
CMYK
RGB Variations
Color information
#EF7032 (or 0xEF7032) is known color: Burnt Orange. HEX triplet: EF, 70 and 32. RGB value is (239,112,50). Sum of RGB (Red+Green+Blue) = 239+112+50=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7032 is #108FCD. Grayscale: #8F8F8F. Windows color (decimal): -1085390 or 3305711. OLE color: 3305711.
HSL color Cylindrical-coordinate representation of color #EF7032: hue angle of 19.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF7032 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 50 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.06 |
| HSL | 19.68º | 0.86% | 0.57% | - |
| HSV(B) | 19.68º | 0.79% | 0.94% | - |
| XYZ | 41.97 | 30.17 | 6.63 | - |
| YUV | 142.91 | 75.58 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 50 | 0 | 0.53 | 0.79 | 0.06 | 19.68 | 0.86 | 0.57 |
| Hex | EF | 70 | 32 | 0 | 35 | 4F | 6 | 14 | 56 | 39 |
| Octal | 357 | 160 | 62 | 0 | 65 | 117 | 6 | 24 | 126 | 71 |
| Binary | 11101111 | 1110000 | 110010 | 0 | 110101 | 1001111 | 110 | 10100 | 1010110 | 111001 |
Color Harmonies of #EF7032
Complementary color
Monochromatic Colors of #EF7032
Black with #EF7032
Text Example
Text Example
White with #EF7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7032; }
p { color: rgb(239,112,50); }
H1.HeaderClassName
{
color: #EF7032;
}
.AnyTagClassName
{
color: #EF7032;
}
</style>
background-color css
<style>
a { background-color: #EF7032; }
a { background-color: rgb(239,112,50); }
div.DivClassName
{
background-color: #EF7032;
}
.BgClassName
{
background-color: #EF7032;
}
</style>
border-color css
<style>
span { border-color: #EF7032; }
span { border-color: rgb(239,112,50); }
td.TdClassName
{
border-color: #EF7032;
}
.TagClassName
{
border-color: #EF7032;
}
</style>