Shades of Burnt Orange #EF6831
Tints of Burnt Orange #EF6831
RGB
CMYK
RGB Variations
Color information
#EF6831 (or 0xEF6831) is known color: Burnt Orange. HEX triplet: EF, 68 and 31. RGB value is (239,104,49). Sum of RGB (Red+Green+Blue) = 239+104+49=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6831 is #1097CE. Grayscale: #8A8A8A. Windows color (decimal): -1087439 or 3238127. OLE color: 3238127.
HSL color Cylindrical-coordinate representation of color #EF6831: hue angle of 17.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF6831 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 49 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.06 |
| HSL | 17.37º | 0.86% | 0.56% | - |
| HSV(B) | 17.37º | 0.79% | 0.94% | - |
| XYZ | 41.1 | 28.47 | 6.24 | - |
| YUV | 138.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 49 | 0 | 0.56 | 0.79 | 0.06 | 17.37 | 0.86 | 0.56 |
| Hex | EF | 68 | 31 | 0 | 38 | 4F | 6 | 11 | 56 | 38 |
| Octal | 357 | 150 | 61 | 0 | 70 | 117 | 6 | 21 | 126 | 70 |
| Binary | 11101111 | 1101000 | 110001 | 0 | 111000 | 1001111 | 110 | 10001 | 1010110 | 111000 |
Color Harmonies of #EF6831
Complementary color
Monochromatic Colors of #EF6831
Black with #EF6831
Text Example
Text Example
White with #EF6831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6831; }
p { color: rgb(239,104,49); }
H1.HeaderClassName
{
color: #EF6831;
}
.AnyTagClassName
{
color: #EF6831;
}
</style>
background-color css
<style>
a { background-color: #EF6831; }
a { background-color: rgb(239,104,49); }
div.DivClassName
{
background-color: #EF6831;
}
.BgClassName
{
background-color: #EF6831;
}
</style>
border-color css
<style>
span { border-color: #EF6831; }
span { border-color: rgb(239,104,49); }
td.TdClassName
{
border-color: #EF6831;
}
.TagClassName
{
border-color: #EF6831;
}
</style>