Shades of Pumpkin #EE7211
Tints of Pumpkin #EE7211
RGB
CMYK
RGB Variations
Color information
#EE7211 (or 0xEE7211) is known color: Pumpkin. HEX triplet: EE, 72 and 11. RGB value is (238,114,17). Sum of RGB (Red+Green+Blue) = 238+114+17=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7211 is #118DEE. Grayscale: #8C8C8C. Windows color (decimal): -1150447 or 1143534. OLE color: 1143534.
HSL color Cylindrical-coordinate representation of color #EE7211: hue angle of 26.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE7211 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.07 |
| HSL | 26.33º | 0.87% | 0.5% | - |
| HSV(B) | 26.33º | 0.93% | 0.93% | - |
| XYZ | 41.38 | 30.25 | 4.19 | - |
| YUV | 140.02 | 58.58 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 17 | 0 | 0.52 | 0.93 | 0.07 | 26.33 | 0.87 | 0.5 |
| Hex | EE | 72 | 11 | 0 | 34 | 5D | 7 | 1A | 57 | 32 |
| Octal | 356 | 162 | 21 | 0 | 64 | 135 | 7 | 32 | 127 | 62 |
| Binary | 11101110 | 1110010 | 10001 | 0 | 110100 | 1011101 | 111 | 11010 | 1010111 | 110010 |
Color Harmonies of #EE7211
Complementary color
Monochromatic Colors of #EE7211
Black with #EE7211
Text Example
Text Example
White with #EE7211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7211; }
p { color: rgb(238,114,17); }
H1.HeaderClassName
{
color: #EE7211;
}
.AnyTagClassName
{
color: #EE7211;
}
</style>
background-color css
<style>
a { background-color: #EE7211; }
a { background-color: rgb(238,114,17); }
div.DivClassName
{
background-color: #EE7211;
}
.BgClassName
{
background-color: #EE7211;
}
</style>
border-color css
<style>
span { border-color: #EE7211; }
span { border-color: rgb(238,114,17); }
td.TdClassName
{
border-color: #EE7211;
}
.TagClassName
{
border-color: #EE7211;
}
</style>