Shades of Burnt Orange #EF7530
Tints of Burnt Orange #EF7530
RGB
CMYK
RGB Variations
Color information
#EF7530 (or 0xEF7530) is known color: Burnt Orange. HEX triplet: EF, 75 and 30. RGB value is (239,117,48). Sum of RGB (Red+Green+Blue) = 239+117+48=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7530 is #108ACF. Grayscale: #929292. Windows color (decimal): -1084112 or 3175919. OLE color: 3175919.
HSL color Cylindrical-coordinate representation of color #EF7530: hue angle of 21.68º 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 #EF7530 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 48 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.06 |
| HSL | 21.68º | 0.86% | 0.56% | - |
| HSV(B) | 21.68º | 0.8% | 0.94% | - |
| XYZ | 42.49 | 31.29 | 6.6 | - |
| YUV | 145.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 48 | 0 | 0.51 | 0.80 | 0.06 | 21.68 | 0.86 | 0.56 |
| Hex | EF | 75 | 30 | 0 | 33 | 50 | 6 | 16 | 56 | 38 |
| Octal | 357 | 165 | 60 | 0 | 63 | 120 | 6 | 26 | 126 | 70 |
| Binary | 11101111 | 1110101 | 110000 | 0 | 110011 | 1010000 | 110 | 10110 | 1010110 | 111000 |
Color Harmonies of #EF7530
Complementary color
Monochromatic Colors of #EF7530
Black with #EF7530
Text Example
Text Example
White with #EF7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7530; }
p { color: rgb(239,117,48); }
H1.HeaderClassName
{
color: #EF7530;
}
.AnyTagClassName
{
color: #EF7530;
}
</style>
background-color css
<style>
a { background-color: #EF7530; }
a { background-color: rgb(239,117,48); }
div.DivClassName
{
background-color: #EF7530;
}
.BgClassName
{
background-color: #EF7530;
}
</style>
border-color css
<style>
span { border-color: #EF7530; }
span { border-color: rgb(239,117,48); }
td.TdClassName
{
border-color: #EF7530;
}
.TagClassName
{
border-color: #EF7530;
}
</style>