Shades of Burnt Orange #EF6D2B
Tints of Burnt Orange #EF6D2B
RGB
CMYK
RGB Variations
Color information
#EF6D2B (or 0xEF6D2B) is known color: Burnt Orange. HEX triplet: EF, 6D and 2B. RGB value is (239,109,43). Sum of RGB (Red+Green+Blue) = 239+109+43=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D2B is #1092D4. Grayscale: #8C8C8C. Windows color (decimal): -1086165 or 2846191. OLE color: 2846191.
HSL color Cylindrical-coordinate representation of color #EF6D2B: hue angle of 20.2º 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 #EF6D2B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 43 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.06 |
| HSL | 20.2º | 0.86% | 0.55% | - |
| HSV(B) | 20.2º | 0.82% | 0.94% | - |
| XYZ | 41.5 | 29.46 | 5.78 | - |
| YUV | 140.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 43 | 0 | 0.54 | 0.82 | 0.06 | 20.2 | 0.86 | 0.55 |
| Hex | EF | 6D | 2B | 0 | 36 | 52 | 6 | 14 | 56 | 37 |
| Octal | 357 | 155 | 53 | 0 | 66 | 122 | 6 | 24 | 126 | 67 |
| Binary | 11101111 | 1101101 | 101011 | 0 | 110110 | 1010010 | 110 | 10100 | 1010110 | 110111 |
Color Harmonies of #EF6D2B
Complementary color
Monochromatic Colors of #EF6D2B
Black with #EF6D2B
Text Example
Text Example
White with #EF6D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D2B; }
p { color: rgb(239,109,43); }
H1.HeaderClassName
{
color: #EF6D2B;
}
.AnyTagClassName
{
color: #EF6D2B;
}
</style>
background-color css
<style>
a { background-color: #EF6D2B; }
a { background-color: rgb(239,109,43); }
div.DivClassName
{
background-color: #EF6D2B;
}
.BgClassName
{
background-color: #EF6D2B;
}
</style>
border-color css
<style>
span { border-color: #EF6D2B; }
span { border-color: rgb(239,109,43); }
td.TdClassName
{
border-color: #EF6D2B;
}
.TagClassName
{
border-color: #EF6D2B;
}
</style>