Shades of Burnt Orange #EF702F
Tints of Burnt Orange #EF702F
RGB
CMYK
RGB Variations
Color information
#EF702F (or 0xEF702F) is known color: Burnt Orange. HEX triplet: EF, 70 and 2F. RGB value is (239,112,47). Sum of RGB (Red+Green+Blue) = 239+112+47=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF702F is #108FD0. Grayscale: #8E8E8E. Windows color (decimal): -1085393 or 3109103. OLE color: 3109103.
HSL color Cylindrical-coordinate representation of color #EF702F: hue angle of 20.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF702F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 47 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.06 |
| HSL | 20.31º | 0.86% | 0.56% | - |
| HSV(B) | 20.31º | 0.8% | 0.94% | - |
| XYZ | 41.9 | 30.14 | 6.3 | - |
| YUV | 142.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 47 | 0 | 0.53 | 0.80 | 0.06 | 20.31 | 0.86 | 0.56 |
| Hex | EF | 70 | 2F | 0 | 35 | 50 | 6 | 14 | 56 | 38 |
| Octal | 357 | 160 | 57 | 0 | 65 | 120 | 6 | 24 | 126 | 70 |
| Binary | 11101111 | 1110000 | 101111 | 0 | 110101 | 1010000 | 110 | 10100 | 1010110 | 111000 |
Color Harmonies of #EF702F
Complementary color
Monochromatic Colors of #EF702F
Black with #EF702F
Text Example
Text Example
White with #EF702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF702F; }
p { color: rgb(239,112,47); }
H1.HeaderClassName
{
color: #EF702F;
}
.AnyTagClassName
{
color: #EF702F;
}
</style>
background-color css
<style>
a { background-color: #EF702F; }
a { background-color: rgb(239,112,47); }
div.DivClassName
{
background-color: #EF702F;
}
.BgClassName
{
background-color: #EF702F;
}
</style>
border-color css
<style>
span { border-color: #EF702F; }
span { border-color: rgb(239,112,47); }
td.TdClassName
{
border-color: #EF702F;
}
.TagClassName
{
border-color: #EF702F;
}
</style>