Shades of Burnt Orange #EF732C
Tints of Burnt Orange #EF732C
RGB
CMYK
RGB Variations
Color information
#EF732C (or 0xEF732C) is known color: Burnt Orange. HEX triplet: EF, 73 and 2C. RGB value is (239,115,44). Sum of RGB (Red+Green+Blue) = 239+115+44=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF732C is #108CD3. Grayscale: #909090. Windows color (decimal): -1084628 or 2913263. OLE color: 2913263.
HSL color Cylindrical-coordinate representation of color #EF732C: hue angle of 21.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF732C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 44 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 21.85º | 0.86% | 0.55% | - |
| HSV(B) | 21.85º | 0.82% | 0.94% | - |
| XYZ | 42.18 | 30.79 | 6.1 | - |
| YUV | 143.98 | 71.58 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 44 | 0 | 0.52 | 0.82 | 0.06 | 21.85 | 0.86 | 0.55 |
| Hex | EF | 73 | 2C | 0 | 34 | 52 | 6 | 16 | 56 | 37 |
| Octal | 357 | 163 | 54 | 0 | 64 | 122 | 6 | 26 | 126 | 67 |
| Binary | 11101111 | 1110011 | 101100 | 0 | 110100 | 1010010 | 110 | 10110 | 1010110 | 110111 |
Color Harmonies of #EF732C
Complementary color
Monochromatic Colors of #EF732C
Black with #EF732C
Text Example
Text Example
White with #EF732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF732C; }
p { color: rgb(239,115,44); }
H1.HeaderClassName
{
color: #EF732C;
}
.AnyTagClassName
{
color: #EF732C;
}
</style>
background-color css
<style>
a { background-color: #EF732C; }
a { background-color: rgb(239,115,44); }
div.DivClassName
{
background-color: #EF732C;
}
.BgClassName
{
background-color: #EF732C;
}
</style>
border-color css
<style>
span { border-color: #EF732C; }
span { border-color: rgb(239,115,44); }
td.TdClassName
{
border-color: #EF732C;
}
.TagClassName
{
border-color: #EF732C;
}
</style>