Shades of Burnt Orange #EE702D
Tints of Burnt Orange #EE702D
RGB
CMYK
RGB Variations
Color information
#EE702D (or 0xEE702D) is known color: Burnt Orange. HEX triplet: EE, 70 and 2D. RGB value is (238,112,45). Sum of RGB (Red+Green+Blue) = 238+112+45=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE702D is #118FD2. Grayscale: #8E8E8E. Windows color (decimal): -1150931 or 2978030. OLE color: 2978030.
HSL color Cylindrical-coordinate representation of color #EE702D: hue angle of 20.83º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE702D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.07 |
| HSL | 20.83º | 0.85% | 0.55% | - |
| HSV(B) | 20.83º | 0.81% | 0.93% | - |
| XYZ | 41.53 | 29.95 | 6.08 | - |
| YUV | 142.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 45 | 0 | 0.53 | 0.81 | 0.07 | 20.83 | 0.85 | 0.55 |
| Hex | EE | 70 | 2D | 0 | 35 | 51 | 7 | 15 | 55 | 37 |
| Octal | 356 | 160 | 55 | 0 | 65 | 121 | 7 | 25 | 125 | 67 |
| Binary | 11101110 | 1110000 | 101101 | 0 | 110101 | 1010001 | 111 | 10101 | 1010101 | 110111 |
Color Harmonies of #EE702D
Complementary color
Monochromatic Colors of #EE702D
Black with #EE702D
Text Example
Text Example
White with #EE702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE702D; }
p { color: rgb(238,112,45); }
H1.HeaderClassName
{
color: #EE702D;
}
.AnyTagClassName
{
color: #EE702D;
}
</style>
background-color css
<style>
a { background-color: #EE702D; }
a { background-color: rgb(238,112,45); }
div.DivClassName
{
background-color: #EE702D;
}
.BgClassName
{
background-color: #EE702D;
}
</style>
border-color css
<style>
span { border-color: #EE702D; }
span { border-color: rgb(238,112,45); }
td.TdClassName
{
border-color: #EE702D;
}
.TagClassName
{
border-color: #EE702D;
}
</style>