Shades of Burnt Orange #EF6429
Tints of Burnt Orange #EF6429
RGB
CMYK
RGB Variations
Color information
#EF6429 (or 0xEF6429) is known color: Burnt Orange. HEX triplet: EF, 64 and 29. RGB value is (239,100,41). Sum of RGB (Red+Green+Blue) = 239+100+41=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6429 is #109BD6. Grayscale: #878787. Windows color (decimal): -1088471 or 2712815. OLE color: 2712815.
HSL color Cylindrical-coordinate representation of color #EF6429: hue angle of 17.88º 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 #EF6429 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 41 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.06 |
| HSL | 17.88º | 0.86% | 0.55% | - |
| HSV(B) | 17.88º | 0.83% | 0.94% | - |
| XYZ | 40.55 | 27.63 | 5.29 | - |
| YUV | 134.84 | 75.05 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 41 | 0 | 0.58 | 0.83 | 0.06 | 17.88 | 0.86 | 0.55 |
| Hex | EF | 64 | 29 | 0 | 3A | 53 | 6 | 12 | 56 | 37 |
| Octal | 357 | 144 | 51 | 0 | 72 | 123 | 6 | 22 | 126 | 67 |
| Binary | 11101111 | 1100100 | 101001 | 0 | 111010 | 1010011 | 110 | 10010 | 1010110 | 110111 |
Color Harmonies of #EF6429
Complementary color
Monochromatic Colors of #EF6429
Black with #EF6429
Text Example
Text Example
White with #EF6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6429; }
p { color: rgb(239,100,41); }
H1.HeaderClassName
{
color: #EF6429;
}
.AnyTagClassName
{
color: #EF6429;
}
</style>
background-color css
<style>
a { background-color: #EF6429; }
a { background-color: rgb(239,100,41); }
div.DivClassName
{
background-color: #EF6429;
}
.BgClassName
{
background-color: #EF6429;
}
</style>
border-color css
<style>
span { border-color: #EF6429; }
span { border-color: rgb(239,100,41); }
td.TdClassName
{
border-color: #EF6429;
}
.TagClassName
{
border-color: #EF6429;
}
</style>