Shades of Burnt Orange #EF6726
Tints of Burnt Orange #EF6726
RGB
CMYK
RGB Variations
Color information
#EF6726 (or 0xEF6726) is known color: Burnt Orange. HEX triplet: EF, 67 and 26. RGB value is (239,103,38). Sum of RGB (Red+Green+Blue) = 239+103+38=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6726 is #1098D9. Grayscale: #888888. Windows color (decimal): -1087706 or 2516975. OLE color: 2516975.
HSL color Cylindrical-coordinate representation of color #EF6726: hue angle of 19.4º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF6726 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 38 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.06 |
| HSL | 19.4º | 0.86% | 0.54% | - |
| HSV(B) | 19.4º | 0.84% | 0.94% | - |
| XYZ | 40.8 | 28.19 | 5.12 | - |
| YUV | 136.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 38 | 0 | 0.57 | 0.84 | 0.06 | 19.4 | 0.86 | 0.54 |
| Hex | EF | 67 | 26 | 0 | 39 | 54 | 6 | 13 | 56 | 36 |
| Octal | 357 | 147 | 46 | 0 | 71 | 124 | 6 | 23 | 126 | 66 |
| Binary | 11101111 | 1100111 | 100110 | 0 | 111001 | 1010100 | 110 | 10011 | 1010110 | 110110 |
Color Harmonies of #EF6726
Complementary color
Monochromatic Colors of #EF6726
Black with #EF6726
Text Example
Text Example
White with #EF6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6726; }
p { color: rgb(239,103,38); }
H1.HeaderClassName
{
color: #EF6726;
}
.AnyTagClassName
{
color: #EF6726;
}
</style>
background-color css
<style>
a { background-color: #EF6726; }
a { background-color: rgb(239,103,38); }
div.DivClassName
{
background-color: #EF6726;
}
.BgClassName
{
background-color: #EF6726;
}
</style>
border-color css
<style>
span { border-color: #EF6726; }
span { border-color: rgb(239,103,38); }
td.TdClassName
{
border-color: #EF6726;
}
.TagClassName
{
border-color: #EF6726;
}
</style>