Shades of Burnt Orange #EF6727
Tints of Burnt Orange #EF6727
RGB
CMYK
RGB Variations
Color information
#EF6727 (or 0xEF6727) is known color: Burnt Orange. HEX triplet: EF, 67 and 27. RGB value is (239,103,39). Sum of RGB (Red+Green+Blue) = 239+103+39=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6727 is #1098D8. Grayscale: #888888. Windows color (decimal): -1087705 or 2582511. OLE color: 2582511.
HSL color Cylindrical-coordinate representation of color #EF6727: hue angle of 19.2º 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 #EF6727 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 39 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.06 |
| HSL | 19.2º | 0.86% | 0.55% | - |
| HSV(B) | 19.2º | 0.84% | 0.94% | - |
| XYZ | 40.81 | 28.2 | 5.21 | - |
| YUV | 136.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 39 | 0 | 0.57 | 0.84 | 0.06 | 19.2 | 0.86 | 0.55 |
| Hex | EF | 67 | 27 | 0 | 39 | 54 | 6 | 13 | 56 | 37 |
| Octal | 357 | 147 | 47 | 0 | 71 | 124 | 6 | 23 | 126 | 67 |
| Binary | 11101111 | 1100111 | 100111 | 0 | 111001 | 1010100 | 110 | 10011 | 1010110 | 110111 |
Color Harmonies of #EF6727
Complementary color
Monochromatic Colors of #EF6727
Black with #EF6727
Text Example
Text Example
White with #EF6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6727; }
p { color: rgb(239,103,39); }
H1.HeaderClassName
{
color: #EF6727;
}
.AnyTagClassName
{
color: #EF6727;
}
</style>
background-color css
<style>
a { background-color: #EF6727; }
a { background-color: rgb(239,103,39); }
div.DivClassName
{
background-color: #EF6727;
}
.BgClassName
{
background-color: #EF6727;
}
</style>
border-color css
<style>
span { border-color: #EF6727; }
span { border-color: rgb(239,103,39); }
td.TdClassName
{
border-color: #EF6727;
}
.TagClassName
{
border-color: #EF6727;
}
</style>