Shades of Pumpkin #EE6E16
Tints of Pumpkin #EE6E16
RGB
CMYK
RGB Variations
Color information
#EE6E16 (or 0xEE6E16) is known color: Pumpkin. HEX triplet: EE, 6E and 16. RGB value is (238,110,22). Sum of RGB (Red+Green+Blue) = 238+110+22=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6E16 is #1191E9. Grayscale: #8A8A8A. Windows color (decimal): -1151466 or 1470190. OLE color: 1470190.
HSL color Cylindrical-coordinate representation of color #EE6E16: hue angle of 24.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE6E16 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 22 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.07 |
| HSL | 24.44º | 0.86% | 0.51% | - |
| HSV(B) | 24.44º | 0.91% | 0.93% | - |
| XYZ | 40.98 | 29.39 | 4.27 | - |
| YUV | 138.24 | 62.41 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 22 | 0 | 0.54 | 0.91 | 0.07 | 24.44 | 0.86 | 0.51 |
| Hex | EE | 6E | 16 | 0 | 36 | 5B | 7 | 18 | 56 | 33 |
| Octal | 356 | 156 | 26 | 0 | 66 | 133 | 7 | 30 | 126 | 63 |
| Binary | 11101110 | 1101110 | 10110 | 0 | 110110 | 1011011 | 111 | 11000 | 1010110 | 110011 |
Color Harmonies of #EE6E16
Complementary color
Monochromatic Colors of #EE6E16
Black with #EE6E16
Text Example
Text Example
White with #EE6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6E16; }
p { color: rgb(238,110,22); }
H1.HeaderClassName
{
color: #EE6E16;
}
.AnyTagClassName
{
color: #EE6E16;
}
</style>
background-color css
<style>
a { background-color: #EE6E16; }
a { background-color: rgb(238,110,22); }
div.DivClassName
{
background-color: #EE6E16;
}
.BgClassName
{
background-color: #EE6E16;
}
</style>
border-color css
<style>
span { border-color: #EE6E16; }
span { border-color: rgb(238,110,22); }
td.TdClassName
{
border-color: #EE6E16;
}
.TagClassName
{
border-color: #EE6E16;
}
</style>