Shades of Burnt Orange #EF722D
Tints of Burnt Orange #EF722D
RGB
CMYK
RGB Variations
Color information
#EF722D (or 0xEF722D) is known color: Burnt Orange. HEX triplet: EF, 72 and 2D. RGB value is (239,114,45). Sum of RGB (Red+Green+Blue) = 239+114+45=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF722D is #108DD2. Grayscale: #8F8F8F. Windows color (decimal): -1084883 or 2978543. OLE color: 2978543.
HSL color Cylindrical-coordinate representation of color #EF722D: hue angle of 21.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF722D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 45 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.06 |
| HSL | 21.34º | 0.86% | 0.56% | - |
| HSV(B) | 21.34º | 0.81% | 0.94% | - |
| XYZ | 42.09 | 30.57 | 6.17 | - |
| YUV | 143.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 45 | 0 | 0.52 | 0.81 | 0.06 | 21.34 | 0.86 | 0.56 |
| Hex | EF | 72 | 2D | 0 | 34 | 51 | 6 | 15 | 56 | 38 |
| Octal | 357 | 162 | 55 | 0 | 64 | 121 | 6 | 25 | 126 | 70 |
| Binary | 11101111 | 1110010 | 101101 | 0 | 110100 | 1010001 | 110 | 10101 | 1010110 | 111000 |
Color Harmonies of #EF722D
Complementary color
Monochromatic Colors of #EF722D
Black with #EF722D
Text Example
Text Example
White with #EF722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF722D; }
p { color: rgb(239,114,45); }
H1.HeaderClassName
{
color: #EF722D;
}
.AnyTagClassName
{
color: #EF722D;
}
</style>
background-color css
<style>
a { background-color: #EF722D; }
a { background-color: rgb(239,114,45); }
div.DivClassName
{
background-color: #EF722D;
}
.BgClassName
{
background-color: #EF722D;
}
</style>
border-color css
<style>
span { border-color: #EF722D; }
span { border-color: rgb(239,114,45); }
td.TdClassName
{
border-color: #EF722D;
}
.TagClassName
{
border-color: #EF722D;
}
</style>