Shades of Burnt Orange #EF7339
Tints of Burnt Orange #EF7339
RGB
CMYK
RGB Variations
Color information
#EF7339 (or 0xEF7339) is known color: Burnt Orange. HEX triplet: EF, 73 and 39. RGB value is (239,115,57). Sum of RGB (Red+Green+Blue) = 239+115+57=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7339 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7339 is #108CC6. Grayscale: #919191. Windows color (decimal): -1084615 or 3765231. OLE color: 3765231.
HSL color Cylindrical-coordinate representation of color #EF7339: hue angle of 19.12º 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 #EF7339 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 57 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.06 |
| HSL | 19.12º | 0.85% | 0.58% | - |
| HSV(B) | 19.12º | 0.76% | 0.94% | - |
| XYZ | 42.47 | 30.91 | 7.6 | - |
| YUV | 145.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 57 | 0 | 0.52 | 0.76 | 0.06 | 19.12 | 0.85 | 0.58 |
| Hex | EF | 73 | 39 | 0 | 34 | 4C | 6 | 13 | 55 | 3A |
| Octal | 357 | 163 | 71 | 0 | 64 | 114 | 6 | 23 | 125 | 72 |
| Binary | 11101111 | 1110011 | 111001 | 0 | 110100 | 1001100 | 110 | 10011 | 1010101 | 111010 |
Color Harmonies of #EF7339
Complementary color
Monochromatic Colors of #EF7339
Black with #EF7339
Text Example
Text Example
White with #EF7339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7339; }
p { color: rgb(239,115,57); }
H1.HeaderClassName
{
color: #EF7339;
}
.AnyTagClassName
{
color: #EF7339;
}
</style>
background-color css
<style>
a { background-color: #EF7339; }
a { background-color: rgb(239,115,57); }
div.DivClassName
{
background-color: #EF7339;
}
.BgClassName
{
background-color: #EF7339;
}
</style>
border-color css
<style>
span { border-color: #EF7339; }
span { border-color: rgb(239,115,57); }
td.TdClassName
{
border-color: #EF7339;
}
.TagClassName
{
border-color: #EF7339;
}
</style>