Shades of Pumpkin #EE701B
Tints of Pumpkin #EE701B
RGB
CMYK
RGB Variations
Color information
#EE701B (or 0xEE701B) is known color: Pumpkin. HEX triplet: EE, 70 and 1B. RGB value is (238,112,27). Sum of RGB (Red+Green+Blue) = 238+112+27=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE701B is #118FE4. Grayscale: #8C8C8C. Windows color (decimal): -1150949 or 1798382. OLE color: 1798382.
HSL color Cylindrical-coordinate representation of color #EE701B: hue angle of 24.17º 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 #EE701B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.07 |
| HSL | 24.17º | 0.86% | 0.52% | - |
| HSV(B) | 24.17º | 0.89% | 0.93% | - |
| XYZ | 41.25 | 29.84 | 4.62 | - |
| YUV | 139.98 | 64.24 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 27 | 0 | 0.53 | 0.89 | 0.07 | 24.17 | 0.86 | 0.52 |
| Hex | EE | 70 | 1B | 0 | 35 | 59 | 7 | 18 | 56 | 34 |
| Octal | 356 | 160 | 33 | 0 | 65 | 131 | 7 | 30 | 126 | 64 |
| Binary | 11101110 | 1110000 | 11011 | 0 | 110101 | 1011001 | 111 | 11000 | 1010110 | 110100 |
Color Harmonies of #EE701B
Complementary color
Monochromatic Colors of #EE701B
Black with #EE701B
Text Example
Text Example
White with #EE701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE701B; }
p { color: rgb(238,112,27); }
H1.HeaderClassName
{
color: #EE701B;
}
.AnyTagClassName
{
color: #EE701B;
}
</style>
background-color css
<style>
a { background-color: #EE701B; }
a { background-color: rgb(238,112,27); }
div.DivClassName
{
background-color: #EE701B;
}
.BgClassName
{
background-color: #EE701B;
}
</style>
border-color css
<style>
span { border-color: #EE701B; }
span { border-color: rgb(238,112,27); }
td.TdClassName
{
border-color: #EE701B;
}
.TagClassName
{
border-color: #EE701B;
}
</style>