Shades of Pumpkin #EE7113
Tints of Pumpkin #EE7113
RGB
CMYK
RGB Variations
Color information
#EE7113 (or 0xEE7113) is known color: Pumpkin. HEX triplet: EE, 71 and 13. RGB value is (238,113,19). Sum of RGB (Red+Green+Blue) = 238+113+19=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7113 is #118EEC. Grayscale: #8C8C8C. Windows color (decimal): -1150701 or 1274350. OLE color: 1274350.
HSL color Cylindrical-coordinate representation of color #EE7113: hue angle of 25.75º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE7113 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 19 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.07 |
| HSL | 25.75º | 0.87% | 0.5% | - |
| HSV(B) | 25.75º | 0.92% | 0.93% | - |
| XYZ | 41.28 | 30.03 | 4.24 | - |
| YUV | 139.66 | 59.91 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 19 | 0 | 0.53 | 0.92 | 0.07 | 25.75 | 0.87 | 0.5 |
| Hex | EE | 71 | 13 | 0 | 35 | 5C | 7 | 1A | 57 | 32 |
| Octal | 356 | 161 | 23 | 0 | 65 | 134 | 7 | 32 | 127 | 62 |
| Binary | 11101110 | 1110001 | 10011 | 0 | 110101 | 1011100 | 111 | 11010 | 1010111 | 110010 |
Color Harmonies of #EE7113
Complementary color
Monochromatic Colors of #EE7113
Black with #EE7113
Text Example
Text Example
White with #EE7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7113; }
p { color: rgb(238,113,19); }
H1.HeaderClassName
{
color: #EE7113;
}
.AnyTagClassName
{
color: #EE7113;
}
</style>
background-color css
<style>
a { background-color: #EE7113; }
a { background-color: rgb(238,113,19); }
div.DivClassName
{
background-color: #EE7113;
}
.BgClassName
{
background-color: #EE7113;
}
</style>
border-color css
<style>
span { border-color: #EE7113; }
span { border-color: rgb(238,113,19); }
td.TdClassName
{
border-color: #EE7113;
}
.TagClassName
{
border-color: #EE7113;
}
</style>