Shades of Burnt Orange #EF6325
Tints of Burnt Orange #EF6325
RGB
CMYK
RGB Variations
Color information
#EF6325 (or 0xEF6325) is known color: Burnt Orange. HEX triplet: EF, 63 and 25. RGB value is (239,99,37). Sum of RGB (Red+Green+Blue) = 239+99+37=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6325 is #109CDA. Grayscale: #868686. Windows color (decimal): -1088731 or 2450415. OLE color: 2450415.
HSL color Cylindrical-coordinate representation of color #EF6325: hue angle of 18.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF6325 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.06 |
| HSL | 18.42º | 0.86% | 0.54% | - |
| HSV(B) | 18.42º | 0.85% | 0.94% | - |
| XYZ | 40.39 | 27.41 | 4.91 | - |
| YUV | 133.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 37 | 0 | 0.59 | 0.85 | 0.06 | 18.42 | 0.86 | 0.54 |
| Hex | EF | 63 | 25 | 0 | 3B | 55 | 6 | 12 | 56 | 36 |
| Octal | 357 | 143 | 45 | 0 | 73 | 125 | 6 | 22 | 126 | 66 |
| Binary | 11101111 | 1100011 | 100101 | 0 | 111011 | 1010101 | 110 | 10010 | 1010110 | 110110 |
Color Harmonies of #EF6325
Complementary color
Monochromatic Colors of #EF6325
Black with #EF6325
Text Example
Text Example
White with #EF6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6325; }
p { color: rgb(239,99,37); }
H1.HeaderClassName
{
color: #EF6325;
}
.AnyTagClassName
{
color: #EF6325;
}
</style>
background-color css
<style>
a { background-color: #EF6325; }
a { background-color: rgb(239,99,37); }
div.DivClassName
{
background-color: #EF6325;
}
.BgClassName
{
background-color: #EF6325;
}
</style>
border-color css
<style>
span { border-color: #EF6325; }
span { border-color: rgb(239,99,37); }
td.TdClassName
{
border-color: #EF6325;
}
.TagClassName
{
border-color: #EF6325;
}
</style>