Shades of Pumpkin #EE7613
Tints of Pumpkin #EE7613
RGB
CMYK
RGB Variations
Color information
#EE7613 (or 0xEE7613) is known color: Pumpkin. HEX triplet: EE, 76 and 13. RGB value is (238,118,19). Sum of RGB (Red+Green+Blue) = 238+118+19=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7613 is #1189EC. Grayscale: #8F8F8F. Windows color (decimal): -1149421 or 1275630. OLE color: 1275630.
HSL color Cylindrical-coordinate representation of color #EE7613: hue angle of 27.12º 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 #EE7613 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 19 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.07 |
| HSL | 27.12º | 0.87% | 0.5% | - |
| HSV(B) | 27.12º | 0.92% | 0.93% | - |
| XYZ | 41.86 | 31.18 | 4.43 | - |
| YUV | 142.59 | 58.26 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 19 | 0 | 0.50 | 0.92 | 0.07 | 27.12 | 0.87 | 0.5 |
| Hex | EE | 76 | 13 | 0 | 32 | 5C | 7 | 1B | 57 | 32 |
| Octal | 356 | 166 | 23 | 0 | 62 | 134 | 7 | 33 | 127 | 62 |
| Binary | 11101110 | 1110110 | 10011 | 0 | 110010 | 1011100 | 111 | 11011 | 1010111 | 110010 |
Color Harmonies of #EE7613
Complementary color
Monochromatic Colors of #EE7613
Black with #EE7613
Text Example
Text Example
White with #EE7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7613; }
p { color: rgb(238,118,19); }
H1.HeaderClassName
{
color: #EE7613;
}
.AnyTagClassName
{
color: #EE7613;
}
</style>
background-color css
<style>
a { background-color: #EE7613; }
a { background-color: rgb(238,118,19); }
div.DivClassName
{
background-color: #EE7613;
}
.BgClassName
{
background-color: #EE7613;
}
</style>
border-color css
<style>
span { border-color: #EE7613; }
span { border-color: rgb(238,118,19); }
td.TdClassName
{
border-color: #EE7613;
}
.TagClassName
{
border-color: #EE7613;
}
</style>