Shades of Burnt Orange #EF7239
Tints of Burnt Orange #EF7239
RGB
CMYK
RGB Variations
Color information
#EF7239 (or 0xEF7239) is known color: Burnt Orange. HEX triplet: EF, 72 and 39. RGB value is (239,114,57). Sum of RGB (Red+Green+Blue) = 239+114+57=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7239 is #108DC6. Grayscale: #919191. Windows color (decimal): -1084871 or 3764975. OLE color: 3764975.
HSL color Cylindrical-coordinate representation of color #EF7239: hue angle of 18.79º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF7239 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 57 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.06 |
| HSL | 18.79º | 0.85% | 0.58% | - |
| HSV(B) | 18.79º | 0.76% | 0.94% | - |
| XYZ | 42.35 | 30.68 | 7.56 | - |
| YUV | 144.88 | 78.41 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 57 | 0 | 0.52 | 0.76 | 0.06 | 18.79 | 0.85 | 0.58 |
| Hex | EF | 72 | 39 | 0 | 34 | 4C | 6 | 13 | 55 | 3A |
| Octal | 357 | 162 | 71 | 0 | 64 | 114 | 6 | 23 | 125 | 72 |
| Binary | 11101111 | 1110010 | 111001 | 0 | 110100 | 1001100 | 110 | 10011 | 1010101 | 111010 |
Color Harmonies of #EF7239
Complementary color
Monochromatic Colors of #EF7239
Black with #EF7239
Text Example
Text Example
White with #EF7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7239; }
p { color: rgb(239,114,57); }
H1.HeaderClassName
{
color: #EF7239;
}
.AnyTagClassName
{
color: #EF7239;
}
</style>
background-color css
<style>
a { background-color: #EF7239; }
a { background-color: rgb(239,114,57); }
div.DivClassName
{
background-color: #EF7239;
}
.BgClassName
{
background-color: #EF7239;
}
</style>
border-color css
<style>
span { border-color: #EF7239; }
span { border-color: rgb(239,114,57); }
td.TdClassName
{
border-color: #EF7239;
}
.TagClassName
{
border-color: #EF7239;
}
</style>