Shades of Burnt Orange #EE742F
Tints of Burnt Orange #EE742F
RGB
CMYK
RGB Variations
Color information
#EE742F (or 0xEE742F) is known color: Burnt Orange. HEX triplet: EE, 74 and 2F. RGB value is (238,116,47). Sum of RGB (Red+Green+Blue) = 238+116+47=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE742F is #118BD0. Grayscale: #919191. Windows color (decimal): -1149905 or 3110126. OLE color: 3110126.
HSL color Cylindrical-coordinate representation of color #EE742F: hue angle of 21.68º 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 #EE742F is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 47 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.07 |
| HSL | 21.68º | 0.85% | 0.56% | - |
| HSV(B) | 21.68º | 0.8% | 0.93% | - |
| XYZ | 42.02 | 30.87 | 6.43 | - |
| YUV | 144.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 47 | 0 | 0.51 | 0.80 | 0.07 | 21.68 | 0.85 | 0.56 |
| Hex | EE | 74 | 2F | 0 | 33 | 50 | 7 | 16 | 55 | 38 |
| Octal | 356 | 164 | 57 | 0 | 63 | 120 | 7 | 26 | 125 | 70 |
| Binary | 11101110 | 1110100 | 101111 | 0 | 110011 | 1010000 | 111 | 10110 | 1010101 | 111000 |
Color Harmonies of #EE742F
Complementary color
Monochromatic Colors of #EE742F
Black with #EE742F
Text Example
Text Example
White with #EE742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE742F; }
p { color: rgb(238,116,47); }
H1.HeaderClassName
{
color: #EE742F;
}
.AnyTagClassName
{
color: #EE742F;
}
</style>
background-color css
<style>
a { background-color: #EE742F; }
a { background-color: rgb(238,116,47); }
div.DivClassName
{
background-color: #EE742F;
}
.BgClassName
{
background-color: #EE742F;
}
</style>
border-color css
<style>
span { border-color: #EE742F; }
span { border-color: rgb(238,116,47); }
td.TdClassName
{
border-color: #EE742F;
}
.TagClassName
{
border-color: #EE742F;
}
</style>