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