Shades of Pumpkin #EE7814
Tints of Pumpkin #EE7814
RGB
CMYK
RGB Variations
Color information
#EE7814 (or 0xEE7814) is known color: Pumpkin. HEX triplet: EE, 78 and 14. RGB value is (238,120,20). Sum of RGB (Red+Green+Blue) = 238+120+20=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7814 is #1187EB. Grayscale: #909090. Windows color (decimal): -1148908 or 1341678. OLE color: 1341678.
HSL color Cylindrical-coordinate representation of color #EE7814: hue angle of 27.52º 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 #EE7814 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 20 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.07 |
| HSL | 27.52º | 0.87% | 0.51% | - |
| HSV(B) | 27.52º | 0.92% | 0.93% | - |
| XYZ | 42.1 | 31.66 | 4.55 | - |
| YUV | 143.88 | 58.09 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 20 | 0 | 0.50 | 0.92 | 0.07 | 27.52 | 0.87 | 0.51 |
| Hex | EE | 78 | 14 | 0 | 32 | 5C | 7 | 1C | 57 | 33 |
| Octal | 356 | 170 | 24 | 0 | 62 | 134 | 7 | 34 | 127 | 63 |
| Binary | 11101110 | 1111000 | 10100 | 0 | 110010 | 1011100 | 111 | 11100 | 1010111 | 110011 |
Color Harmonies of #EE7814
Complementary color
Monochromatic Colors of #EE7814
Black with #EE7814
Text Example
Text Example
White with #EE7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7814; }
p { color: rgb(238,120,20); }
H1.HeaderClassName
{
color: #EE7814;
}
.AnyTagClassName
{
color: #EE7814;
}
</style>
background-color css
<style>
a { background-color: #EE7814; }
a { background-color: rgb(238,120,20); }
div.DivClassName
{
background-color: #EE7814;
}
.BgClassName
{
background-color: #EE7814;
}
</style>
border-color css
<style>
span { border-color: #EE7814; }
span { border-color: rgb(238,120,20); }
td.TdClassName
{
border-color: #EE7814;
}
.TagClassName
{
border-color: #EE7814;
}
</style>