Shades of Pumpkin #EE6913
Tints of Pumpkin #EE6913
RGB
CMYK
RGB Variations
Color information
#EE6913 (or 0xEE6913) is known color: Pumpkin. HEX triplet: EE, 69 and 13. RGB value is (238,105,19). Sum of RGB (Red+Green+Blue) = 238+105+19=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6913 is #1196EC. Grayscale: #878787. Windows color (decimal): -1152749 or 1272302. OLE color: 1272302.
HSL color Cylindrical-coordinate representation of color #EE6913: hue angle of 23.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6913 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.07 |
| HSL | 23.56º | 0.87% | 0.5% | - |
| HSV(B) | 23.56º | 0.92% | 0.93% | - |
| XYZ | 40.43 | 28.33 | 3.95 | - |
| YUV | 134.96 | 62.56 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 19 | 0 | 0.56 | 0.92 | 0.07 | 23.56 | 0.87 | 0.5 |
| Hex | EE | 69 | 13 | 0 | 38 | 5C | 7 | 18 | 57 | 32 |
| Octal | 356 | 151 | 23 | 0 | 70 | 134 | 7 | 30 | 127 | 62 |
| Binary | 11101110 | 1101001 | 10011 | 0 | 111000 | 1011100 | 111 | 11000 | 1010111 | 110010 |
Color Harmonies of #EE6913
Complementary color
Monochromatic Colors of #EE6913
Black with #EE6913
Text Example
Text Example
White with #EE6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6913; }
p { color: rgb(238,105,19); }
H1.HeaderClassName
{
color: #EE6913;
}
.AnyTagClassName
{
color: #EE6913;
}
</style>
background-color css
<style>
a { background-color: #EE6913; }
a { background-color: rgb(238,105,19); }
div.DivClassName
{
background-color: #EE6913;
}
.BgClassName
{
background-color: #EE6913;
}
</style>
border-color css
<style>
span { border-color: #EE6913; }
span { border-color: rgb(238,105,19); }
td.TdClassName
{
border-color: #EE6913;
}
.TagClassName
{
border-color: #EE6913;
}
</style>