Shades of Pumpkin #EE7A1D
Tints of Pumpkin #EE7A1D
RGB
CMYK
RGB Variations
Color information
#EE7A1D (or 0xEE7A1D) is known color: Pumpkin. HEX triplet: EE, 7A and 1D. RGB value is (238,122,29). Sum of RGB (Red+Green+Blue) = 238+122+29=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7A1D is #1185E2. Grayscale: #929292. Windows color (decimal): -1148387 or 1932014. OLE color: 1932014.
HSL color Cylindrical-coordinate representation of color #EE7A1D: hue angle of 26.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE7A1D is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 29 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.07 |
| HSL | 26.7º | 0.86% | 0.52% | - |
| HSV(B) | 26.7º | 0.88% | 0.93% | - |
| XYZ | 42.44 | 32.18 | 5.14 | - |
| YUV | 146.08 | 61.93 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 29 | 0 | 0.49 | 0.88 | 0.07 | 26.7 | 0.86 | 0.52 |
| Hex | EE | 7A | 1D | 0 | 31 | 58 | 7 | 1B | 56 | 34 |
| Octal | 356 | 172 | 35 | 0 | 61 | 130 | 7 | 33 | 126 | 64 |
| Binary | 11101110 | 1111010 | 11101 | 0 | 110001 | 1011000 | 111 | 11011 | 1010110 | 110100 |
Color Harmonies of #EE7A1D
Complementary color
Monochromatic Colors of #EE7A1D
Black with #EE7A1D
Text Example
Text Example
White with #EE7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A1D; }
p { color: rgb(238,122,29); }
H1.HeaderClassName
{
color: #EE7A1D;
}
.AnyTagClassName
{
color: #EE7A1D;
}
</style>
background-color css
<style>
a { background-color: #EE7A1D; }
a { background-color: rgb(238,122,29); }
div.DivClassName
{
background-color: #EE7A1D;
}
.BgClassName
{
background-color: #EE7A1D;
}
</style>
border-color css
<style>
span { border-color: #EE7A1D; }
span { border-color: rgb(238,122,29); }
td.TdClassName
{
border-color: #EE7A1D;
}
.TagClassName
{
border-color: #EE7A1D;
}
</style>