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