Shades of Burnt Orange #EF6527
Tints of Burnt Orange #EF6527
RGB
CMYK
RGB Variations
Color information
#EF6527 (or 0xEF6527) is known color: Burnt Orange. HEX triplet: EF, 65 and 27. RGB value is (239,101,39). Sum of RGB (Red+Green+Blue) = 239+101+39=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6527 is #109AD8. Grayscale: #878787. Windows color (decimal): -1088217 or 2581999. OLE color: 2581999.
HSL color Cylindrical-coordinate representation of color #EF6527: hue angle of 18.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF6527 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 39 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.06 |
| HSL | 18.6º | 0.86% | 0.55% | - |
| HSV(B) | 18.6º | 0.84% | 0.94% | - |
| XYZ | 40.62 | 27.8 | 5.15 | - |
| YUV | 135.19 | 73.72 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 39 | 0 | 0.58 | 0.84 | 0.06 | 18.6 | 0.86 | 0.55 |
| Hex | EF | 65 | 27 | 0 | 3A | 54 | 6 | 13 | 56 | 37 |
| Octal | 357 | 145 | 47 | 0 | 72 | 124 | 6 | 23 | 126 | 67 |
| Binary | 11101111 | 1100101 | 100111 | 0 | 111010 | 1010100 | 110 | 10011 | 1010110 | 110111 |
Color Harmonies of #EF6527
Complementary color
Monochromatic Colors of #EF6527
Black with #EF6527
Text Example
Text Example
White with #EF6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6527; }
p { color: rgb(239,101,39); }
H1.HeaderClassName
{
color: #EF6527;
}
.AnyTagClassName
{
color: #EF6527;
}
</style>
background-color css
<style>
a { background-color: #EF6527; }
a { background-color: rgb(239,101,39); }
div.DivClassName
{
background-color: #EF6527;
}
.BgClassName
{
background-color: #EF6527;
}
</style>
border-color css
<style>
span { border-color: #EF6527; }
span { border-color: rgb(239,101,39); }
td.TdClassName
{
border-color: #EF6527;
}
.TagClassName
{
border-color: #EF6527;
}
</style>