Shades of Pumpkin #EE7A16
Tints of Pumpkin #EE7A16
RGB
CMYK
RGB Variations
Color information
#EE7A16 (or 0xEE7A16) is known color: Pumpkin. HEX triplet: EE, 7A and 16. RGB value is (238,122,22). Sum of RGB (Red+Green+Blue) = 238+122+22=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7A16 is #1185E9. Grayscale: #919191. Windows color (decimal): -1148394 or 1473262. OLE color: 1473262.
HSL color Cylindrical-coordinate representation of color #EE7A16: hue angle of 27.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE7A16 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 22 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.07 |
| HSL | 27.78º | 0.86% | 0.51% | - |
| HSV(B) | 27.78º | 0.91% | 0.93% | - |
| XYZ | 42.36 | 32.15 | 4.73 | - |
| YUV | 145.28 | 58.43 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 22 | 0 | 0.49 | 0.91 | 0.07 | 27.78 | 0.86 | 0.51 |
| Hex | EE | 7A | 16 | 0 | 31 | 5B | 7 | 1C | 56 | 33 |
| Octal | 356 | 172 | 26 | 0 | 61 | 133 | 7 | 34 | 126 | 63 |
| Binary | 11101110 | 1111010 | 10110 | 0 | 110001 | 1011011 | 111 | 11100 | 1010110 | 110011 |
Color Harmonies of #EE7A16
Complementary color
Monochromatic Colors of #EE7A16
Black with #EE7A16
Text Example
Text Example
White with #EE7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A16; }
p { color: rgb(238,122,22); }
H1.HeaderClassName
{
color: #EE7A16;
}
.AnyTagClassName
{
color: #EE7A16;
}
</style>
background-color css
<style>
a { background-color: #EE7A16; }
a { background-color: rgb(238,122,22); }
div.DivClassName
{
background-color: #EE7A16;
}
.BgClassName
{
background-color: #EE7A16;
}
</style>
border-color css
<style>
span { border-color: #EE7A16; }
span { border-color: rgb(238,122,22); }
td.TdClassName
{
border-color: #EE7A16;
}
.TagClassName
{
border-color: #EE7A16;
}
</style>