Shades of Pumpkin #EE601D
Tints of Pumpkin #EE601D
RGB
CMYK
RGB Variations
Color information
#EE601D (or 0xEE601D) is known color: Pumpkin. HEX triplet: EE, 60 and 1D. RGB value is (238,96,29). Sum of RGB (Red+Green+Blue) = 238+96+29=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE601D is #119FE2. Grayscale: #838383. Windows color (decimal): -1155043 or 1925358. OLE color: 1925358.
HSL color Cylindrical-coordinate representation of color #EE601D: hue angle of 19.23º 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 #EE601D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 29 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.07 |
| HSL | 19.23º | 0.86% | 0.52% | - |
| HSV(B) | 19.23º | 0.88% | 0.93% | - |
| XYZ | 39.66 | 26.63 | 4.21 | - |
| YUV | 130.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 29 | 0 | 0.60 | 0.88 | 0.07 | 19.23 | 0.86 | 0.52 |
| Hex | EE | 60 | 1D | 0 | 3C | 58 | 7 | 13 | 56 | 34 |
| Octal | 356 | 140 | 35 | 0 | 74 | 130 | 7 | 23 | 126 | 64 |
| Binary | 11101110 | 1100000 | 11101 | 0 | 111100 | 1011000 | 111 | 10011 | 1010110 | 110100 |
Color Harmonies of #EE601D
Complementary color
Monochromatic Colors of #EE601D
Black with #EE601D
Text Example
Text Example
White with #EE601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE601D; }
p { color: rgb(238,96,29); }
H1.HeaderClassName
{
color: #EE601D;
}
.AnyTagClassName
{
color: #EE601D;
}
</style>
background-color css
<style>
a { background-color: #EE601D; }
a { background-color: rgb(238,96,29); }
div.DivClassName
{
background-color: #EE601D;
}
.BgClassName
{
background-color: #EE601D;
}
</style>
border-color css
<style>
span { border-color: #EE601D; }
span { border-color: rgb(238,96,29); }
td.TdClassName
{
border-color: #EE601D;
}
.TagClassName
{
border-color: #EE601D;
}
</style>