Shades of Burnt Orange #EE7132
Tints of Burnt Orange #EE7132
RGB
CMYK
RGB Variations
Color information
#EE7132 (or 0xEE7132) is known color: Burnt Orange. HEX triplet: EE, 71 and 32. RGB value is (238,113,50). Sum of RGB (Red+Green+Blue) = 238+113+50=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7132 is #118ECD. Grayscale: #8F8F8F. Windows color (decimal): -1150670 or 3305966. OLE color: 3305966.
HSL color Cylindrical-coordinate representation of color #EE7132: hue angle of 20.11º 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 #EE7132 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 50 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.07 |
| HSL | 20.11º | 0.85% | 0.56% | - |
| HSV(B) | 20.11º | 0.79% | 0.93% | - |
| XYZ | 41.74 | 30.22 | 6.65 | - |
| YUV | 143.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 50 | 0 | 0.53 | 0.79 | 0.07 | 20.11 | 0.85 | 0.56 |
| Hex | EE | 71 | 32 | 0 | 35 | 4F | 7 | 14 | 55 | 38 |
| Octal | 356 | 161 | 62 | 0 | 65 | 117 | 7 | 24 | 125 | 70 |
| Binary | 11101110 | 1110001 | 110010 | 0 | 110101 | 1001111 | 111 | 10100 | 1010101 | 111000 |
Color Harmonies of #EE7132
Complementary color
Monochromatic Colors of #EE7132
Black with #EE7132
Text Example
Text Example
White with #EE7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7132; }
p { color: rgb(238,113,50); }
H1.HeaderClassName
{
color: #EE7132;
}
.AnyTagClassName
{
color: #EE7132;
}
</style>
background-color css
<style>
a { background-color: #EE7132; }
a { background-color: rgb(238,113,50); }
div.DivClassName
{
background-color: #EE7132;
}
.BgClassName
{
background-color: #EE7132;
}
</style>
border-color css
<style>
span { border-color: #EE7132; }
span { border-color: rgb(238,113,50); }
td.TdClassName
{
border-color: #EE7132;
}
.TagClassName
{
border-color: #EE7132;
}
</style>