Shades of Burnt Orange #EF6E31
Tints of Burnt Orange #EF6E31
RGB
CMYK
RGB Variations
Color information
#EF6E31 (or 0xEF6E31) is known color: Burnt Orange. HEX triplet: EF, 6E and 31. RGB value is (239,110,49). Sum of RGB (Red+Green+Blue) = 239+110+49=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E31 is #1091CE. Grayscale: #8D8D8D. Windows color (decimal): -1085903 or 3239663. OLE color: 3239663.
HSL color Cylindrical-coordinate representation of color #EF6E31: hue angle of 19.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF6E31 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 49 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.06 |
| HSL | 19.26º | 0.86% | 0.56% | - |
| HSV(B) | 19.26º | 0.79% | 0.94% | - |
| XYZ | 41.73 | 29.72 | 6.44 | - |
| YUV | 141.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 49 | 0 | 0.54 | 0.79 | 0.06 | 19.26 | 0.86 | 0.56 |
| Hex | EF | 6E | 31 | 0 | 36 | 4F | 6 | 13 | 56 | 38 |
| Octal | 357 | 156 | 61 | 0 | 66 | 117 | 6 | 23 | 126 | 70 |
| Binary | 11101111 | 1101110 | 110001 | 0 | 110110 | 1001111 | 110 | 10011 | 1010110 | 111000 |
Color Harmonies of #EF6E31
Complementary color
Monochromatic Colors of #EF6E31
Black with #EF6E31
Text Example
Text Example
White with #EF6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E31; }
p { color: rgb(239,110,49); }
H1.HeaderClassName
{
color: #EF6E31;
}
.AnyTagClassName
{
color: #EF6E31;
}
</style>
background-color css
<style>
a { background-color: #EF6E31; }
a { background-color: rgb(239,110,49); }
div.DivClassName
{
background-color: #EF6E31;
}
.BgClassName
{
background-color: #EF6E31;
}
</style>
border-color css
<style>
span { border-color: #EF6E31; }
span { border-color: rgb(239,110,49); }
td.TdClassName
{
border-color: #EF6E31;
}
.TagClassName
{
border-color: #EF6E31;
}
</style>