Shades of Pumpkin #EE7E1D
Tints of Pumpkin #EE7E1D
RGB
CMYK
RGB Variations
Color information
#EE7E1D (or 0xEE7E1D) is known color: Pumpkin. HEX triplet: EE, 7E and 1D. RGB value is (238,126,29). Sum of RGB (Red+Green+Blue) = 238+126+29=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7E1D is #1181E2. Grayscale: #949494. Windows color (decimal): -1147363 or 1933038. OLE color: 1933038.
HSL color Cylindrical-coordinate representation of color #EE7E1D: hue angle of 27.85º 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 #EE7E1D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.07 |
| HSL | 27.85º | 0.86% | 0.52% | - |
| HSV(B) | 27.85º | 0.88% | 0.93% | - |
| XYZ | 42.94 | 33.19 | 5.3 | - |
| YUV | 148.43 | 60.61 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 29 | 0 | 0.47 | 0.88 | 0.07 | 27.85 | 0.86 | 0.52 |
| Hex | EE | 7E | 1D | 0 | 2F | 58 | 7 | 1C | 56 | 34 |
| Octal | 356 | 176 | 35 | 0 | 57 | 130 | 7 | 34 | 126 | 64 |
| Binary | 11101110 | 1111110 | 11101 | 0 | 101111 | 1011000 | 111 | 11100 | 1010110 | 110100 |
Color Harmonies of #EE7E1D
Complementary color
Monochromatic Colors of #EE7E1D
Black with #EE7E1D
Text Example
Text Example
White with #EE7E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E1D; }
p { color: rgb(238,126,29); }
H1.HeaderClassName
{
color: #EE7E1D;
}
.AnyTagClassName
{
color: #EE7E1D;
}
</style>
background-color css
<style>
a { background-color: #EE7E1D; }
a { background-color: rgb(238,126,29); }
div.DivClassName
{
background-color: #EE7E1D;
}
.BgClassName
{
background-color: #EE7E1D;
}
</style>
border-color css
<style>
span { border-color: #EE7E1D; }
span { border-color: rgb(238,126,29); }
td.TdClassName
{
border-color: #EE7E1D;
}
.TagClassName
{
border-color: #EE7E1D;
}
</style>