Shades of Burnt Orange #EF6427
Tints of Burnt Orange #EF6427
RGB
CMYK
RGB Variations
Color information
#EF6427 (or 0xEF6427) is known color: Burnt Orange. HEX triplet: EF, 64 and 27. RGB value is (239,100,39). Sum of RGB (Red+Green+Blue) = 239+100+39=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6427 is #109BD8. Grayscale: #868686. Windows color (decimal): -1088473 or 2581743. OLE color: 2581743.
HSL color Cylindrical-coordinate representation of color #EF6427: hue angle of 18.3º 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 #EF6427 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 39 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.06 |
| HSL | 18.3º | 0.86% | 0.55% | - |
| HSV(B) | 18.3º | 0.84% | 0.94% | - |
| XYZ | 40.52 | 27.61 | 5.11 | - |
| YUV | 134.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 39 | 0 | 0.58 | 0.84 | 0.06 | 18.3 | 0.86 | 0.55 |
| Hex | EF | 64 | 27 | 0 | 3A | 54 | 6 | 12 | 56 | 37 |
| Octal | 357 | 144 | 47 | 0 | 72 | 124 | 6 | 22 | 126 | 67 |
| Binary | 11101111 | 1100100 | 100111 | 0 | 111010 | 1010100 | 110 | 10010 | 1010110 | 110111 |
Color Harmonies of #EF6427
Complementary color
Monochromatic Colors of #EF6427
Black with #EF6427
Text Example
Text Example
White with #EF6427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6427; }
p { color: rgb(239,100,39); }
H1.HeaderClassName
{
color: #EF6427;
}
.AnyTagClassName
{
color: #EF6427;
}
</style>
background-color css
<style>
a { background-color: #EF6427; }
a { background-color: rgb(239,100,39); }
div.DivClassName
{
background-color: #EF6427;
}
.BgClassName
{
background-color: #EF6427;
}
</style>
border-color css
<style>
span { border-color: #EF6427; }
span { border-color: rgb(239,100,39); }
td.TdClassName
{
border-color: #EF6427;
}
.TagClassName
{
border-color: #EF6427;
}
</style>