Shades of Pumpkin #EE7A13
Tints of Pumpkin #EE7A13
RGB
CMYK
RGB Variations
Color information
#EE7A13 (or 0xEE7A13) is known color: Pumpkin. HEX triplet: EE, 7A and 13. RGB value is (238,122,19). Sum of RGB (Red+Green+Blue) = 238+122+19=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7A13 is #1185EC. Grayscale: #919191. Windows color (decimal): -1148397 or 1276654. OLE color: 1276654.
HSL color Cylindrical-coordinate representation of color #EE7A13: hue angle of 28.22º 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 #EE7A13 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 19 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.07 |
| HSL | 28.22º | 0.87% | 0.5% | - |
| HSV(B) | 28.22º | 0.92% | 0.93% | - |
| XYZ | 42.34 | 32.14 | 4.59 | - |
| YUV | 144.94 | 56.93 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 19 | 0 | 0.49 | 0.92 | 0.07 | 28.22 | 0.87 | 0.5 |
| Hex | EE | 7A | 13 | 0 | 31 | 5C | 7 | 1C | 57 | 32 |
| Octal | 356 | 172 | 23 | 0 | 61 | 134 | 7 | 34 | 127 | 62 |
| Binary | 11101110 | 1111010 | 10011 | 0 | 110001 | 1011100 | 111 | 11100 | 1010111 | 110010 |
Color Harmonies of #EE7A13
Complementary color
Monochromatic Colors of #EE7A13
Black with #EE7A13
Text Example
Text Example
White with #EE7A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A13; }
p { color: rgb(238,122,19); }
H1.HeaderClassName
{
color: #EE7A13;
}
.AnyTagClassName
{
color: #EE7A13;
}
</style>
background-color css
<style>
a { background-color: #EE7A13; }
a { background-color: rgb(238,122,19); }
div.DivClassName
{
background-color: #EE7A13;
}
.BgClassName
{
background-color: #EE7A13;
}
</style>
border-color css
<style>
span { border-color: #EE7A13; }
span { border-color: rgb(238,122,19); }
td.TdClassName
{
border-color: #EE7A13;
}
.TagClassName
{
border-color: #EE7A13;
}
</style>