Shades of Pumpkin #EE7A14
Tints of Pumpkin #EE7A14
RGB
CMYK
RGB Variations
Color information
#EE7A14 (or 0xEE7A14) is known color: Pumpkin. HEX triplet: EE, 7A and 14. RGB value is (238,122,20). Sum of RGB (Red+Green+Blue) = 238+122+20=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7A14 is #1185EB. Grayscale: #919191. Windows color (decimal): -1148396 or 1342190. OLE color: 1342190.
HSL color Cylindrical-coordinate representation of color #EE7A14: hue angle of 28.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE7A14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.07 |
| HSL | 28.07º | 0.87% | 0.51% | - |
| HSV(B) | 28.07º | 0.92% | 0.93% | - |
| XYZ | 42.35 | 32.15 | 4.63 | - |
| YUV | 145.06 | 57.43 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 20 | 0 | 0.49 | 0.92 | 0.07 | 28.07 | 0.87 | 0.51 |
| Hex | EE | 7A | 14 | 0 | 31 | 5C | 7 | 1C | 57 | 33 |
| Octal | 356 | 172 | 24 | 0 | 61 | 134 | 7 | 34 | 127 | 63 |
| Binary | 11101110 | 1111010 | 10100 | 0 | 110001 | 1011100 | 111 | 11100 | 1010111 | 110011 |
Color Harmonies of #EE7A14
Complementary color
Monochromatic Colors of #EE7A14
Black with #EE7A14
Text Example
Text Example
White with #EE7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A14; }
p { color: rgb(238,122,20); }
H1.HeaderClassName
{
color: #EE7A14;
}
.AnyTagClassName
{
color: #EE7A14;
}
</style>
background-color css
<style>
a { background-color: #EE7A14; }
a { background-color: rgb(238,122,20); }
div.DivClassName
{
background-color: #EE7A14;
}
.BgClassName
{
background-color: #EE7A14;
}
</style>
border-color css
<style>
span { border-color: #EE7A14; }
span { border-color: rgb(238,122,20); }
td.TdClassName
{
border-color: #EE7A14;
}
.TagClassName
{
border-color: #EE7A14;
}
</style>