Shades of Burnt Orange #EE7238
Tints of Burnt Orange #EE7238
RGB
CMYK
RGB Variations
Color information
#EE7238 (or 0xEE7238) is known color: Burnt Orange. HEX triplet: EE, 72 and 38. RGB value is (238,114,56). Sum of RGB (Red+Green+Blue) = 238+114+56=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7238 is #118DC7. Grayscale: #909090. Windows color (decimal): -1150408 or 3699438. OLE color: 3699438.
HSL color Cylindrical-coordinate representation of color #EE7238: hue angle of 19.12º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE7238 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 56 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.07 |
| HSL | 19.12º | 0.84% | 0.58% | - |
| HSV(B) | 19.12º | 0.76% | 0.93% | - |
| XYZ | 41.99 | 30.5 | 7.41 | - |
| YUV | 144.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 56 | 0 | 0.52 | 0.76 | 0.07 | 19.12 | 0.84 | 0.58 |
| Hex | EE | 72 | 38 | 0 | 34 | 4C | 7 | 13 | 54 | 3A |
| Octal | 356 | 162 | 70 | 0 | 64 | 114 | 7 | 23 | 124 | 72 |
| Binary | 11101110 | 1110010 | 111000 | 0 | 110100 | 1001100 | 111 | 10011 | 1010100 | 111010 |
Color Harmonies of #EE7238
Complementary color
Monochromatic Colors of #EE7238
Black with #EE7238
Text Example
Text Example
White with #EE7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7238; }
p { color: rgb(238,114,56); }
H1.HeaderClassName
{
color: #EE7238;
}
.AnyTagClassName
{
color: #EE7238;
}
</style>
background-color css
<style>
a { background-color: #EE7238; }
a { background-color: rgb(238,114,56); }
div.DivClassName
{
background-color: #EE7238;
}
.BgClassName
{
background-color: #EE7238;
}
</style>
border-color css
<style>
span { border-color: #EE7238; }
span { border-color: rgb(238,114,56); }
td.TdClassName
{
border-color: #EE7238;
}
.TagClassName
{
border-color: #EE7238;
}
</style>