Shades of Burnt Orange #EF6E2B
Tints of Burnt Orange #EF6E2B
RGB
CMYK
RGB Variations
Color information
#EF6E2B (or 0xEF6E2B) is known color: Burnt Orange. HEX triplet: EF, 6E and 2B. RGB value is (239,110,43). Sum of RGB (Red+Green+Blue) = 239+110+43=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E2B is #1091D4. Grayscale: #8D8D8D. Windows color (decimal): -1085909 or 2846447. OLE color: 2846447.
HSL color Cylindrical-coordinate representation of color #EF6E2B: hue angle of 20.51º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF6E2B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 43 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.06 |
| HSL | 20.51º | 0.86% | 0.55% | - |
| HSV(B) | 20.51º | 0.82% | 0.94% | - |
| XYZ | 41.61 | 29.68 | 5.82 | - |
| YUV | 140.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 43 | 0 | 0.54 | 0.82 | 0.06 | 20.51 | 0.86 | 0.55 |
| Hex | EF | 6E | 2B | 0 | 36 | 52 | 6 | 15 | 56 | 37 |
| Octal | 357 | 156 | 53 | 0 | 66 | 122 | 6 | 25 | 126 | 67 |
| Binary | 11101111 | 1101110 | 101011 | 0 | 110110 | 1010010 | 110 | 10101 | 1010110 | 110111 |
Color Harmonies of #EF6E2B
Complementary color
Monochromatic Colors of #EF6E2B
Black with #EF6E2B
Text Example
Text Example
White with #EF6E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E2B; }
p { color: rgb(239,110,43); }
H1.HeaderClassName
{
color: #EF6E2B;
}
.AnyTagClassName
{
color: #EF6E2B;
}
</style>
background-color css
<style>
a { background-color: #EF6E2B; }
a { background-color: rgb(239,110,43); }
div.DivClassName
{
background-color: #EF6E2B;
}
.BgClassName
{
background-color: #EF6E2B;
}
</style>
border-color css
<style>
span { border-color: #EF6E2B; }
span { border-color: rgb(239,110,43); }
td.TdClassName
{
border-color: #EF6E2B;
}
.TagClassName
{
border-color: #EF6E2B;
}
</style>