Shades of Burnt Orange #EF7133
Tints of Burnt Orange #EF7133
RGB
CMYK
RGB Variations
Color information
#EF7133 (or 0xEF7133) is known color: Burnt Orange. HEX triplet: EF, 71 and 33. RGB value is (239,113,51). Sum of RGB (Red+Green+Blue) = 239+113+51=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7133 is #108ECC. Grayscale: #8F8F8F. Windows color (decimal): -1085133 or 3371503. OLE color: 3371503.
HSL color Cylindrical-coordinate representation of color #EF7133: hue angle of 19.79º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF7133 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 51 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.06 |
| HSL | 19.79º | 0.85% | 0.57% | - |
| HSV(B) | 19.79º | 0.79% | 0.94% | - |
| XYZ | 42.1 | 30.4 | 6.78 | - |
| YUV | 143.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 51 | 0 | 0.53 | 0.79 | 0.06 | 19.79 | 0.85 | 0.57 |
| Hex | EF | 71 | 33 | 0 | 35 | 4F | 6 | 14 | 55 | 39 |
| Octal | 357 | 161 | 63 | 0 | 65 | 117 | 6 | 24 | 125 | 71 |
| Binary | 11101111 | 1110001 | 110011 | 0 | 110101 | 1001111 | 110 | 10100 | 1010101 | 111001 |
Color Harmonies of #EF7133
Complementary color
Monochromatic Colors of #EF7133
Black with #EF7133
Text Example
Text Example
White with #EF7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7133; }
p { color: rgb(239,113,51); }
H1.HeaderClassName
{
color: #EF7133;
}
.AnyTagClassName
{
color: #EF7133;
}
</style>
background-color css
<style>
a { background-color: #EF7133; }
a { background-color: rgb(239,113,51); }
div.DivClassName
{
background-color: #EF7133;
}
.BgClassName
{
background-color: #EF7133;
}
</style>
border-color css
<style>
span { border-color: #EF7133; }
span { border-color: rgb(239,113,51); }
td.TdClassName
{
border-color: #EF7133;
}
.TagClassName
{
border-color: #EF7133;
}
</style>