Shades of Burnt Orange #EF722B
Tints of Burnt Orange #EF722B
RGB
CMYK
RGB Variations
Color information
#EF722B (or 0xEF722B) is known color: Burnt Orange. HEX triplet: EF, 72 and 2B. RGB value is (239,114,43). Sum of RGB (Red+Green+Blue) = 239+114+43=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF722B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF722B is #108DD4. Grayscale: #8F8F8F. Windows color (decimal): -1084885 or 2847471. OLE color: 2847471.
HSL color Cylindrical-coordinate representation of color #EF722B: hue angle of 21.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF722B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 21.73º | 0.86% | 0.55% | - |
| HSV(B) | 21.73º | 0.82% | 0.94% | - |
| XYZ | 42.05 | 30.56 | 5.97 | - |
| YUV | 143.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 43 | 0 | 0.52 | 0.82 | 0.06 | 21.73 | 0.86 | 0.55 |
| Hex | EF | 72 | 2B | 0 | 34 | 52 | 6 | 16 | 56 | 37 |
| Octal | 357 | 162 | 53 | 0 | 64 | 122 | 6 | 26 | 126 | 67 |
| Binary | 11101111 | 1110010 | 101011 | 0 | 110100 | 1010010 | 110 | 10110 | 1010110 | 110111 |
Color Harmonies of #EF722B
Complementary color
Monochromatic Colors of #EF722B
Black with #EF722B
Text Example
Text Example
White with #EF722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF722B; }
p { color: rgb(239,114,43); }
H1.HeaderClassName
{
color: #EF722B;
}
.AnyTagClassName
{
color: #EF722B;
}
</style>
background-color css
<style>
a { background-color: #EF722B; }
a { background-color: rgb(239,114,43); }
div.DivClassName
{
background-color: #EF722B;
}
.BgClassName
{
background-color: #EF722B;
}
</style>
border-color css
<style>
span { border-color: #EF722B; }
span { border-color: rgb(239,114,43); }
td.TdClassName
{
border-color: #EF722B;
}
.TagClassName
{
border-color: #EF722B;
}
</style>