Shades of Pumpkin #EE7319
Tints of Pumpkin #EE7319
RGB
CMYK
RGB Variations
Color information
#EE7319 (or 0xEE7319) is known color: Pumpkin. HEX triplet: EE, 73 and 19. RGB value is (238,115,25). Sum of RGB (Red+Green+Blue) = 238+115+25=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7319 is #118CE6. Grayscale: #8E8E8E. Windows color (decimal): -1150183 or 1668078. OLE color: 1668078.
HSL color Cylindrical-coordinate representation of color #EE7319: hue angle of 25.35º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE7319 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 25 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.07 |
| HSL | 25.35º | 0.86% | 0.52% | - |
| HSV(B) | 25.35º | 0.89% | 0.93% | - |
| XYZ | 41.57 | 30.51 | 4.62 | - |
| YUV | 141.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 25 | 0 | 0.52 | 0.89 | 0.07 | 25.35 | 0.86 | 0.52 |
| Hex | EE | 73 | 19 | 0 | 34 | 59 | 7 | 19 | 56 | 34 |
| Octal | 356 | 163 | 31 | 0 | 64 | 131 | 7 | 31 | 126 | 64 |
| Binary | 11101110 | 1110011 | 11001 | 0 | 110100 | 1011001 | 111 | 11001 | 1010110 | 110100 |
Color Harmonies of #EE7319
Complementary color
Monochromatic Colors of #EE7319
Black with #EE7319
Text Example
Text Example
White with #EE7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7319; }
p { color: rgb(238,115,25); }
H1.HeaderClassName
{
color: #EE7319;
}
.AnyTagClassName
{
color: #EE7319;
}
</style>
background-color css
<style>
a { background-color: #EE7319; }
a { background-color: rgb(238,115,25); }
div.DivClassName
{
background-color: #EE7319;
}
.BgClassName
{
background-color: #EE7319;
}
</style>
border-color css
<style>
span { border-color: #EE7319; }
span { border-color: rgb(238,115,25); }
td.TdClassName
{
border-color: #EE7319;
}
.TagClassName
{
border-color: #EE7319;
}
</style>