Shades of Pumpkin #EE7C21
Tints of Pumpkin #EE7C21
RGB
CMYK
RGB Variations
Color information
#EE7C21 (or 0xEE7C21) is known color: Pumpkin. HEX triplet: EE, 7C and 21. RGB value is (238,124,33). Sum of RGB (Red+Green+Blue) = 238+124+33=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7C21 is #1183DE. Grayscale: #949494. Windows color (decimal): -1147871 or 2194670. OLE color: 2194670.
HSL color Cylindrical-coordinate representation of color #EE7C21: hue angle of 26.63º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE7C21 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 33 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.07 |
| HSL | 26.63º | 0.86% | 0.53% | - |
| HSV(B) | 26.63º | 0.86% | 0.93% | - |
| XYZ | 42.74 | 32.7 | 5.5 | - |
| YUV | 147.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 33 | 0 | 0.48 | 0.86 | 0.07 | 26.63 | 0.86 | 0.53 |
| Hex | EE | 7C | 21 | 0 | 30 | 56 | 7 | 1B | 56 | 35 |
| Octal | 356 | 174 | 41 | 0 | 60 | 126 | 7 | 33 | 126 | 65 |
| Binary | 11101110 | 1111100 | 100001 | 0 | 110000 | 1010110 | 111 | 11011 | 1010110 | 110101 |
Color Harmonies of #EE7C21
Complementary color
Monochromatic Colors of #EE7C21
Black with #EE7C21
Text Example
Text Example
White with #EE7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7C21; }
p { color: rgb(238,124,33); }
H1.HeaderClassName
{
color: #EE7C21;
}
.AnyTagClassName
{
color: #EE7C21;
}
</style>
background-color css
<style>
a { background-color: #EE7C21; }
a { background-color: rgb(238,124,33); }
div.DivClassName
{
background-color: #EE7C21;
}
.BgClassName
{
background-color: #EE7C21;
}
</style>
border-color css
<style>
span { border-color: #EE7C21; }
span { border-color: rgb(238,124,33); }
td.TdClassName
{
border-color: #EE7C21;
}
.TagClassName
{
border-color: #EE7C21;
}
</style>