Shades of Burnt Orange #EF732E
Tints of Burnt Orange #EF732E
RGB
CMYK
RGB Variations
Color information
#EF732E (or 0xEF732E) is known color: Burnt Orange. HEX triplet: EF, 73 and 2E. RGB value is (239,115,46). Sum of RGB (Red+Green+Blue) = 239+115+46=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF732E is #108CD1. Grayscale: #909090. Windows color (decimal): -1084626 or 3044335. OLE color: 3044335.
HSL color Cylindrical-coordinate representation of color #EF732E: hue angle of 21.45º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF732E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.06 |
| HSL | 21.45º | 0.86% | 0.56% | - |
| HSV(B) | 21.45º | 0.81% | 0.94% | - |
| XYZ | 42.22 | 30.81 | 6.31 | - |
| YUV | 144.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 46 | 0 | 0.52 | 0.81 | 0.06 | 21.45 | 0.86 | 0.56 |
| Hex | EF | 73 | 2E | 0 | 34 | 51 | 6 | 15 | 56 | 38 |
| Octal | 357 | 163 | 56 | 0 | 64 | 121 | 6 | 25 | 126 | 70 |
| Binary | 11101111 | 1110011 | 101110 | 0 | 110100 | 1010001 | 110 | 10101 | 1010110 | 111000 |
Color Harmonies of #EF732E
Complementary color
Monochromatic Colors of #EF732E
Black with #EF732E
Text Example
Text Example
White with #EF732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF732E; }
p { color: rgb(239,115,46); }
H1.HeaderClassName
{
color: #EF732E;
}
.AnyTagClassName
{
color: #EF732E;
}
</style>
background-color css
<style>
a { background-color: #EF732E; }
a { background-color: rgb(239,115,46); }
div.DivClassName
{
background-color: #EF732E;
}
.BgClassName
{
background-color: #EF732E;
}
</style>
border-color css
<style>
span { border-color: #EF732E; }
span { border-color: rgb(239,115,46); }
td.TdClassName
{
border-color: #EF732E;
}
.TagClassName
{
border-color: #EF732E;
}
</style>