Shades of Burnt Orange #EF703A
Tints of Burnt Orange #EF703A
RGB
CMYK
RGB Variations
Color information
#EF703A (or 0xEF703A) is known color: Burnt Orange. HEX triplet: EF, 70 and 3A. RGB value is (239,112,58). Sum of RGB (Red+Green+Blue) = 239+112+58=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF703A is #108FC5. Grayscale: #909090. Windows color (decimal): -1085382 or 3829999. OLE color: 3829999.
HSL color Cylindrical-coordinate representation of color #EF703A: hue angle of 17.9º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF703A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 58 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.06 |
| HSL | 17.9º | 0.85% | 0.58% | - |
| HSV(B) | 17.9º | 0.76% | 0.94% | - |
| XYZ | 42.15 | 30.24 | 7.62 | - |
| YUV | 143.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 58 | 0 | 0.53 | 0.76 | 0.06 | 17.9 | 0.85 | 0.58 |
| Hex | EF | 70 | 3A | 0 | 35 | 4C | 6 | 12 | 55 | 3A |
| Octal | 357 | 160 | 72 | 0 | 65 | 114 | 6 | 22 | 125 | 72 |
| Binary | 11101111 | 1110000 | 111010 | 0 | 110101 | 1001100 | 110 | 10010 | 1010101 | 111010 |
Color Harmonies of #EF703A
Complementary color
Monochromatic Colors of #EF703A
Black with #EF703A
Text Example
Text Example
White with #EF703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF703A; }
p { color: rgb(239,112,58); }
H1.HeaderClassName
{
color: #EF703A;
}
.AnyTagClassName
{
color: #EF703A;
}
</style>
background-color css
<style>
a { background-color: #EF703A; }
a { background-color: rgb(239,112,58); }
div.DivClassName
{
background-color: #EF703A;
}
.BgClassName
{
background-color: #EF703A;
}
</style>
border-color css
<style>
span { border-color: #EF703A; }
span { border-color: rgb(239,112,58); }
td.TdClassName
{
border-color: #EF703A;
}
.TagClassName
{
border-color: #EF703A;
}
</style>