Shades of Pumpkin #EE7A1B
Tints of Pumpkin #EE7A1B
RGB
CMYK
RGB Variations
Color information
#EE7A1B (or 0xEE7A1B) is known color: Pumpkin. HEX triplet: EE, 7A and 1B. RGB value is (238,122,27). Sum of RGB (Red+Green+Blue) = 238+122+27=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7A1B is #1185E4. Grayscale: #929292. Windows color (decimal): -1148389 or 1800942. OLE color: 1800942.
HSL color Cylindrical-coordinate representation of color #EE7A1B: hue angle of 27.01º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE7A1B is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 27 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.07 |
| HSL | 27.01º | 0.86% | 0.52% | - |
| HSV(B) | 27.01º | 0.89% | 0.93% | - |
| XYZ | 42.42 | 32.18 | 5.01 | - |
| YUV | 145.85 | 60.93 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 27 | 0 | 0.49 | 0.89 | 0.07 | 27.01 | 0.86 | 0.52 |
| Hex | EE | 7A | 1B | 0 | 31 | 59 | 7 | 1B | 56 | 34 |
| Octal | 356 | 172 | 33 | 0 | 61 | 131 | 7 | 33 | 126 | 64 |
| Binary | 11101110 | 1111010 | 11011 | 0 | 110001 | 1011001 | 111 | 11011 | 1010110 | 110100 |
Color Harmonies of #EE7A1B
Complementary color
Monochromatic Colors of #EE7A1B
Black with #EE7A1B
Text Example
Text Example
White with #EE7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A1B; }
p { color: rgb(238,122,27); }
H1.HeaderClassName
{
color: #EE7A1B;
}
.AnyTagClassName
{
color: #EE7A1B;
}
</style>
background-color css
<style>
a { background-color: #EE7A1B; }
a { background-color: rgb(238,122,27); }
div.DivClassName
{
background-color: #EE7A1B;
}
.BgClassName
{
background-color: #EE7A1B;
}
</style>
border-color css
<style>
span { border-color: #EE7A1B; }
span { border-color: rgb(238,122,27); }
td.TdClassName
{
border-color: #EE7A1B;
}
.TagClassName
{
border-color: #EE7A1B;
}
</style>