Shades of Burnt Orange #EF703B
Tints of Burnt Orange #EF703B
RGB
CMYK
RGB Variations
Color information
#EF703B (or 0xEF703B) is known color: Burnt Orange. HEX triplet: EF, 70 and 3B. RGB value is (239,112,59). Sum of RGB (Red+Green+Blue) = 239+112+59=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF703B is #108FC4. Grayscale: #909090. Windows color (decimal): -1085381 or 3895535. OLE color: 3895535.
HSL color Cylindrical-coordinate representation of color #EF703B: hue angle of 17.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF703B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 59 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.06 |
| HSL | 17.67º | 0.85% | 0.58% | - |
| HSV(B) | 17.67º | 0.75% | 0.94% | - |
| XYZ | 42.18 | 30.25 | 7.75 | - |
| YUV | 143.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 59 | 0 | 0.53 | 0.75 | 0.06 | 17.67 | 0.85 | 0.58 |
| Hex | EF | 70 | 3B | 0 | 35 | 4B | 6 | 12 | 55 | 3A |
| Octal | 357 | 160 | 73 | 0 | 65 | 113 | 6 | 22 | 125 | 72 |
| Binary | 11101111 | 1110000 | 111011 | 0 | 110101 | 1001011 | 110 | 10010 | 1010101 | 111010 |
Color Harmonies of #EF703B
Complementary color
Monochromatic Colors of #EF703B
Black with #EF703B
Text Example
Text Example
White with #EF703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF703B; }
p { color: rgb(239,112,59); }
H1.HeaderClassName
{
color: #EF703B;
}
.AnyTagClassName
{
color: #EF703B;
}
</style>
background-color css
<style>
a { background-color: #EF703B; }
a { background-color: rgb(239,112,59); }
div.DivClassName
{
background-color: #EF703B;
}
.BgClassName
{
background-color: #EF703B;
}
</style>
border-color css
<style>
span { border-color: #EF703B; }
span { border-color: rgb(239,112,59); }
td.TdClassName
{
border-color: #EF703B;
}
.TagClassName
{
border-color: #EF703B;
}
</style>