Shades of Burnt Orange #EF6729
Tints of Burnt Orange #EF6729
RGB
CMYK
RGB Variations
Color information
#EF6729 (or 0xEF6729) is known color: Burnt Orange. HEX triplet: EF, 67 and 29. RGB value is (239,103,41). Sum of RGB (Red+Green+Blue) = 239+103+41=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6729 is #1098D6. Grayscale: #888888. Windows color (decimal): -1087703 or 2713583. OLE color: 2713583.
HSL color Cylindrical-coordinate representation of color #EF6729: hue angle of 18.79º 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 #EF6729 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 41 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.06 |
| HSL | 18.79º | 0.86% | 0.55% | - |
| HSV(B) | 18.79º | 0.83% | 0.94% | - |
| XYZ | 40.85 | 28.21 | 5.39 | - |
| YUV | 136.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 41 | 0 | 0.57 | 0.83 | 0.06 | 18.79 | 0.86 | 0.55 |
| Hex | EF | 67 | 29 | 0 | 39 | 53 | 6 | 13 | 56 | 37 |
| Octal | 357 | 147 | 51 | 0 | 71 | 123 | 6 | 23 | 126 | 67 |
| Binary | 11101111 | 1100111 | 101001 | 0 | 111001 | 1010011 | 110 | 10011 | 1010110 | 110111 |
Color Harmonies of #EF6729
Complementary color
Monochromatic Colors of #EF6729
Black with #EF6729
Text Example
Text Example
White with #EF6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6729; }
p { color: rgb(239,103,41); }
H1.HeaderClassName
{
color: #EF6729;
}
.AnyTagClassName
{
color: #EF6729;
}
</style>
background-color css
<style>
a { background-color: #EF6729; }
a { background-color: rgb(239,103,41); }
div.DivClassName
{
background-color: #EF6729;
}
.BgClassName
{
background-color: #EF6729;
}
</style>
border-color css
<style>
span { border-color: #EF6729; }
span { border-color: rgb(239,103,41); }
td.TdClassName
{
border-color: #EF6729;
}
.TagClassName
{
border-color: #EF6729;
}
</style>