Shades of Burnt Orange #EE7231
Tints of Burnt Orange #EE7231
RGB
CMYK
RGB Variations
Color information
#EE7231 (or 0xEE7231) is known color: Burnt Orange. HEX triplet: EE, 72 and 31. RGB value is (238,114,49). Sum of RGB (Red+Green+Blue) = 238+114+49=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7231 is #118DCE. Grayscale: #909090. Windows color (decimal): -1150415 or 3240686. OLE color: 3240686.
HSL color Cylindrical-coordinate representation of color #EE7231: hue angle of 20.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE7231 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 49 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.07 |
| HSL | 20.63º | 0.85% | 0.56% | - |
| HSV(B) | 20.63º | 0.79% | 0.93% | - |
| XYZ | 41.83 | 30.43 | 6.58 | - |
| YUV | 143.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 49 | 0 | 0.52 | 0.79 | 0.07 | 20.63 | 0.85 | 0.56 |
| Hex | EE | 72 | 31 | 0 | 34 | 4F | 7 | 15 | 55 | 38 |
| Octal | 356 | 162 | 61 | 0 | 64 | 117 | 7 | 25 | 125 | 70 |
| Binary | 11101110 | 1110010 | 110001 | 0 | 110100 | 1001111 | 111 | 10101 | 1010101 | 111000 |
Color Harmonies of #EE7231
Complementary color
Monochromatic Colors of #EE7231
Black with #EE7231
Text Example
Text Example
White with #EE7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7231; }
p { color: rgb(238,114,49); }
H1.HeaderClassName
{
color: #EE7231;
}
.AnyTagClassName
{
color: #EE7231;
}
</style>
background-color css
<style>
a { background-color: #EE7231; }
a { background-color: rgb(238,114,49); }
div.DivClassName
{
background-color: #EE7231;
}
.BgClassName
{
background-color: #EE7231;
}
</style>
border-color css
<style>
span { border-color: #EE7231; }
span { border-color: rgb(238,114,49); }
td.TdClassName
{
border-color: #EE7231;
}
.TagClassName
{
border-color: #EE7231;
}
</style>