Shades of Burnt Orange #EE722F
Tints of Burnt Orange #EE722F
RGB
CMYK
RGB Variations
Color information
#EE722F (or 0xEE722F) is known color: Burnt Orange. HEX triplet: EE, 72 and 2F. RGB value is (238,114,47). Sum of RGB (Red+Green+Blue) = 238+114+47=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE722F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE722F is #118DD0. Grayscale: #8F8F8F. Windows color (decimal): -1150417 or 3109614. OLE color: 3109614.
HSL color Cylindrical-coordinate representation of color #EE722F: hue angle of 21.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE722F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 47 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.07 |
| HSL | 21.05º | 0.85% | 0.56% | - |
| HSV(B) | 21.05º | 0.8% | 0.93% | - |
| XYZ | 41.79 | 30.42 | 6.36 | - |
| YUV | 143.44 | 73.58 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 47 | 0 | 0.52 | 0.80 | 0.07 | 21.05 | 0.85 | 0.56 |
| Hex | EE | 72 | 2F | 0 | 34 | 50 | 7 | 15 | 55 | 38 |
| Octal | 356 | 162 | 57 | 0 | 64 | 120 | 7 | 25 | 125 | 70 |
| Binary | 11101110 | 1110010 | 101111 | 0 | 110100 | 1010000 | 111 | 10101 | 1010101 | 111000 |
Color Harmonies of #EE722F
Complementary color
Monochromatic Colors of #EE722F
Black with #EE722F
Text Example
Text Example
White with #EE722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE722F; }
p { color: rgb(238,114,47); }
H1.HeaderClassName
{
color: #EE722F;
}
.AnyTagClassName
{
color: #EE722F;
}
</style>
background-color css
<style>
a { background-color: #EE722F; }
a { background-color: rgb(238,114,47); }
div.DivClassName
{
background-color: #EE722F;
}
.BgClassName
{
background-color: #EE722F;
}
</style>
border-color css
<style>
span { border-color: #EE722F; }
span { border-color: rgb(238,114,47); }
td.TdClassName
{
border-color: #EE722F;
}
.TagClassName
{
border-color: #EE722F;
}
</style>