Shades of Burnt Orange #EF6529
Tints of Burnt Orange #EF6529
RGB
CMYK
RGB Variations
Color information
#EF6529 (or 0xEF6529) is known color: Burnt Orange. HEX triplet: EF, 65 and 29. RGB value is (239,101,41). Sum of RGB (Red+Green+Blue) = 239+101+41=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6529 is #109AD6. Grayscale: #878787. Windows color (decimal): -1088215 or 2713071. OLE color: 2713071.
HSL color Cylindrical-coordinate representation of color #EF6529: hue angle of 18.18º 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 #EF6529 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 41 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.06 |
| HSL | 18.18º | 0.86% | 0.55% | - |
| HSV(B) | 18.18º | 0.83% | 0.94% | - |
| XYZ | 40.65 | 27.82 | 5.32 | - |
| YUV | 135.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 41 | 0 | 0.58 | 0.83 | 0.06 | 18.18 | 0.86 | 0.55 |
| Hex | EF | 65 | 29 | 0 | 3A | 53 | 6 | 12 | 56 | 37 |
| Octal | 357 | 145 | 51 | 0 | 72 | 123 | 6 | 22 | 126 | 67 |
| Binary | 11101111 | 1100101 | 101001 | 0 | 111010 | 1010011 | 110 | 10010 | 1010110 | 110111 |
Color Harmonies of #EF6529
Complementary color
Monochromatic Colors of #EF6529
Black with #EF6529
Text Example
Text Example
White with #EF6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6529; }
p { color: rgb(239,101,41); }
H1.HeaderClassName
{
color: #EF6529;
}
.AnyTagClassName
{
color: #EF6529;
}
</style>
background-color css
<style>
a { background-color: #EF6529; }
a { background-color: rgb(239,101,41); }
div.DivClassName
{
background-color: #EF6529;
}
.BgClassName
{
background-color: #EF6529;
}
</style>
border-color css
<style>
span { border-color: #EF6529; }
span { border-color: rgb(239,101,41); }
td.TdClassName
{
border-color: #EF6529;
}
.TagClassName
{
border-color: #EF6529;
}
</style>