Shades of Pumpkin #EE6616
Tints of Pumpkin #EE6616
RGB
CMYK
RGB Variations
Color information
#EE6616 (or 0xEE6616) is known color: Pumpkin. HEX triplet: EE, 66 and 16. RGB value is (238,102,22). Sum of RGB (Red+Green+Blue) = 238+102+22=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6616 is #1199E9. Grayscale: #858585. Windows color (decimal): -1153514 or 1468142. OLE color: 1468142.
HSL color Cylindrical-coordinate representation of color #EE6616: hue angle of 22.22º 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 #EE6616 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.07 |
| HSL | 22.22º | 0.86% | 0.51% | - |
| HSV(B) | 22.22º | 0.91% | 0.93% | - |
| XYZ | 40.16 | 27.74 | 4 | - |
| YUV | 133.54 | 65.06 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 22 | 0 | 0.57 | 0.91 | 0.07 | 22.22 | 0.86 | 0.51 |
| Hex | EE | 66 | 16 | 0 | 39 | 5B | 7 | 16 | 56 | 33 |
| Octal | 356 | 146 | 26 | 0 | 71 | 133 | 7 | 26 | 126 | 63 |
| Binary | 11101110 | 1100110 | 10110 | 0 | 111001 | 1011011 | 111 | 10110 | 1010110 | 110011 |
Color Harmonies of #EE6616
Complementary color
Monochromatic Colors of #EE6616
Black with #EE6616
Text Example
Text Example
White with #EE6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6616; }
p { color: rgb(238,102,22); }
H1.HeaderClassName
{
color: #EE6616;
}
.AnyTagClassName
{
color: #EE6616;
}
</style>
background-color css
<style>
a { background-color: #EE6616; }
a { background-color: rgb(238,102,22); }
div.DivClassName
{
background-color: #EE6616;
}
.BgClassName
{
background-color: #EE6616;
}
</style>
border-color css
<style>
span { border-color: #EE6616; }
span { border-color: rgb(238,102,22); }
td.TdClassName
{
border-color: #EE6616;
}
.TagClassName
{
border-color: #EE6616;
}
</style>