Shades of Burnt Orange #EF7135
Tints of Burnt Orange #EF7135
RGB
CMYK
RGB Variations
Color information
#EF7135 (or 0xEF7135) is known color: Burnt Orange. HEX triplet: EF, 71 and 35. RGB value is (239,113,53). Sum of RGB (Red+Green+Blue) = 239+113+53=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7135 is #108ECA. Grayscale: #909090. Windows color (decimal): -1085131 or 3502575. OLE color: 3502575.
HSL color Cylindrical-coordinate representation of color #EF7135: hue angle of 19.35º 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 #EF7135 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 53 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.06 |
| HSL | 19.35º | 0.85% | 0.57% | - |
| HSV(B) | 19.35º | 0.78% | 0.94% | - |
| XYZ | 42.14 | 30.42 | 7.02 | - |
| YUV | 143.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 53 | 0 | 0.53 | 0.78 | 0.06 | 19.35 | 0.85 | 0.57 |
| Hex | EF | 71 | 35 | 0 | 35 | 4E | 6 | 13 | 55 | 39 |
| Octal | 357 | 161 | 65 | 0 | 65 | 116 | 6 | 23 | 125 | 71 |
| Binary | 11101111 | 1110001 | 110101 | 0 | 110101 | 1001110 | 110 | 10011 | 1010101 | 111001 |
Color Harmonies of #EF7135
Complementary color
Monochromatic Colors of #EF7135
Black with #EF7135
Text Example
Text Example
White with #EF7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7135; }
p { color: rgb(239,113,53); }
H1.HeaderClassName
{
color: #EF7135;
}
.AnyTagClassName
{
color: #EF7135;
}
</style>
background-color css
<style>
a { background-color: #EF7135; }
a { background-color: rgb(239,113,53); }
div.DivClassName
{
background-color: #EF7135;
}
.BgClassName
{
background-color: #EF7135;
}
</style>
border-color css
<style>
span { border-color: #EF7135; }
span { border-color: rgb(239,113,53); }
td.TdClassName
{
border-color: #EF7135;
}
.TagClassName
{
border-color: #EF7135;
}
</style>