Shades of Burnt Orange #EF6528
Tints of Burnt Orange #EF6528
RGB
CMYK
RGB Variations
Color information
#EF6528 (or 0xEF6528) is known color: Burnt Orange. HEX triplet: EF, 65 and 28. RGB value is (239,101,40). Sum of RGB (Red+Green+Blue) = 239+101+40=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6528 is #109AD7. Grayscale: #878787. Windows color (decimal): -1088216 or 2647535. OLE color: 2647535.
HSL color Cylindrical-coordinate representation of color #EF6528: hue angle of 18.39º 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 #EF6528 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 40 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.06 |
| HSL | 18.39º | 0.86% | 0.55% | - |
| HSV(B) | 18.39º | 0.83% | 0.94% | - |
| XYZ | 40.63 | 27.81 | 5.23 | - |
| YUV | 135.31 | 74.22 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 40 | 0 | 0.58 | 0.83 | 0.06 | 18.39 | 0.86 | 0.55 |
| Hex | EF | 65 | 28 | 0 | 3A | 53 | 6 | 12 | 56 | 37 |
| Octal | 357 | 145 | 50 | 0 | 72 | 123 | 6 | 22 | 126 | 67 |
| Binary | 11101111 | 1100101 | 101000 | 0 | 111010 | 1010011 | 110 | 10010 | 1010110 | 110111 |
Color Harmonies of #EF6528
Complementary color
Monochromatic Colors of #EF6528
Black with #EF6528
Text Example
Text Example
White with #EF6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6528; }
p { color: rgb(239,101,40); }
H1.HeaderClassName
{
color: #EF6528;
}
.AnyTagClassName
{
color: #EF6528;
}
</style>
background-color css
<style>
a { background-color: #EF6528; }
a { background-color: rgb(239,101,40); }
div.DivClassName
{
background-color: #EF6528;
}
.BgClassName
{
background-color: #EF6528;
}
</style>
border-color css
<style>
span { border-color: #EF6528; }
span { border-color: rgb(239,101,40); }
td.TdClassName
{
border-color: #EF6528;
}
.TagClassName
{
border-color: #EF6528;
}
</style>