Shades of Burnt Orange #EF6E3E
Tints of Burnt Orange #EF6E3E
RGB
CMYK
RGB Variations
Color information
#EF6E3E (or 0xEF6E3E) is known color: Burnt Orange. HEX triplet: EF, 6E and 3E. RGB value is (239,110,62). Sum of RGB (Red+Green+Blue) = 239+110+62=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E3E is #1091C1. Grayscale: #8F8F8F. Windows color (decimal): -1085890 or 4091631. OLE color: 4091631.
HSL color Cylindrical-coordinate representation of color #EF6E3E: hue angle of 16.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF6E3E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 62 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.06 |
| HSL | 16.27º | 0.85% | 0.59% | - |
| HSV(B) | 16.27º | 0.74% | 0.94% | - |
| XYZ | 42.04 | 29.85 | 8.1 | - |
| YUV | 143.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 62 | 0 | 0.54 | 0.74 | 0.06 | 16.27 | 0.85 | 0.59 |
| Hex | EF | 6E | 3E | 0 | 36 | 4A | 6 | 10 | 55 | 3B |
| Octal | 357 | 156 | 76 | 0 | 66 | 112 | 6 | 20 | 125 | 73 |
| Binary | 11101111 | 1101110 | 111110 | 0 | 110110 | 1001010 | 110 | 10000 | 1010101 | 111011 |
Color Harmonies of #EF6E3E
Complementary color
Monochromatic Colors of #EF6E3E
Black with #EF6E3E
Text Example
Text Example
White with #EF6E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E3E; }
p { color: rgb(239,110,62); }
H1.HeaderClassName
{
color: #EF6E3E;
}
.AnyTagClassName
{
color: #EF6E3E;
}
</style>
background-color css
<style>
a { background-color: #EF6E3E; }
a { background-color: rgb(239,110,62); }
div.DivClassName
{
background-color: #EF6E3E;
}
.BgClassName
{
background-color: #EF6E3E;
}
</style>
border-color css
<style>
span { border-color: #EF6E3E; }
span { border-color: rgb(239,110,62); }
td.TdClassName
{
border-color: #EF6E3E;
}
.TagClassName
{
border-color: #EF6E3E;
}
</style>