Shades of Burnt Orange #EF6829
Tints of Burnt Orange #EF6829
RGB
CMYK
RGB Variations
Color information
#EF6829 (or 0xEF6829) is known color: Burnt Orange. HEX triplet: EF, 68 and 29. RGB value is (239,104,41). Sum of RGB (Red+Green+Blue) = 239+104+41=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6829 is #1097D6. Grayscale: #898989. Windows color (decimal): -1087447 or 2713839. OLE color: 2713839.
HSL color Cylindrical-coordinate representation of color #EF6829: hue angle of 19.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF6829 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 41 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.06 |
| HSL | 19.09º | 0.86% | 0.55% | - |
| HSV(B) | 19.09º | 0.83% | 0.94% | - |
| XYZ | 40.95 | 28.41 | 5.42 | - |
| YUV | 137.18 | 73.73 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 41 | 0 | 0.56 | 0.83 | 0.06 | 19.09 | 0.86 | 0.55 |
| Hex | EF | 68 | 29 | 0 | 38 | 53 | 6 | 13 | 56 | 37 |
| Octal | 357 | 150 | 51 | 0 | 70 | 123 | 6 | 23 | 126 | 67 |
| Binary | 11101111 | 1101000 | 101001 | 0 | 111000 | 1010011 | 110 | 10011 | 1010110 | 110111 |
Color Harmonies of #EF6829
Complementary color
Monochromatic Colors of #EF6829
Black with #EF6829
Text Example
Text Example
White with #EF6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6829; }
p { color: rgb(239,104,41); }
H1.HeaderClassName
{
color: #EF6829;
}
.AnyTagClassName
{
color: #EF6829;
}
</style>
background-color css
<style>
a { background-color: #EF6829; }
a { background-color: rgb(239,104,41); }
div.DivClassName
{
background-color: #EF6829;
}
.BgClassName
{
background-color: #EF6829;
}
</style>
border-color css
<style>
span { border-color: #EF6829; }
span { border-color: rgb(239,104,41); }
td.TdClassName
{
border-color: #EF6829;
}
.TagClassName
{
border-color: #EF6829;
}
</style>