Shades of Burnt Orange #EF6E34
Tints of Burnt Orange #EF6E34
RGB
CMYK
RGB Variations
Color information
#EF6E34 (or 0xEF6E34) is known color: Burnt Orange. HEX triplet: EF, 6E and 34. RGB value is (239,110,52). Sum of RGB (Red+Green+Blue) = 239+110+52=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E34 is #1091CB. Grayscale: #8E8E8E. Windows color (decimal): -1085900 or 3436271. OLE color: 3436271.
HSL color Cylindrical-coordinate representation of color #EF6E34: hue angle of 18.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF6E34 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 52 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.06 |
| HSL | 18.61º | 0.85% | 0.57% | - |
| HSV(B) | 18.61º | 0.78% | 0.94% | - |
| XYZ | 41.79 | 29.75 | 6.79 | - |
| YUV | 141.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 52 | 0 | 0.54 | 0.78 | 0.06 | 18.61 | 0.85 | 0.57 |
| Hex | EF | 6E | 34 | 0 | 36 | 4E | 6 | 13 | 55 | 39 |
| Octal | 357 | 156 | 64 | 0 | 66 | 116 | 6 | 23 | 125 | 71 |
| Binary | 11101111 | 1101110 | 110100 | 0 | 110110 | 1001110 | 110 | 10011 | 1010101 | 111001 |
Color Harmonies of #EF6E34
Complementary color
Monochromatic Colors of #EF6E34
Black with #EF6E34
Text Example
Text Example
White with #EF6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E34; }
p { color: rgb(239,110,52); }
H1.HeaderClassName
{
color: #EF6E34;
}
.AnyTagClassName
{
color: #EF6E34;
}
</style>
background-color css
<style>
a { background-color: #EF6E34; }
a { background-color: rgb(239,110,52); }
div.DivClassName
{
background-color: #EF6E34;
}
.BgClassName
{
background-color: #EF6E34;
}
</style>
border-color css
<style>
span { border-color: #EF6E34; }
span { border-color: rgb(239,110,52); }
td.TdClassName
{
border-color: #EF6E34;
}
.TagClassName
{
border-color: #EF6E34;
}
</style>