Shades of Pumpkin #EE7512
Tints of Pumpkin #EE7512
RGB
CMYK
RGB Variations
Color information
#EE7512 (or 0xEE7512) is known color: Pumpkin. HEX triplet: EE, 75 and 12. RGB value is (238,117,18). Sum of RGB (Red+Green+Blue) = 238+117+18=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7512 is #118AED. Grayscale: #8E8E8E. Windows color (decimal): -1149678 or 1209838. OLE color: 1209838.
HSL color Cylindrical-coordinate representation of color #EE7512: hue angle of 27º 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 #EE7512 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.07 |
| HSL | 27º | 0.87% | 0.5% | - |
| HSV(B) | 27º | 0.92% | 0.93% | - |
| XYZ | 41.73 | 30.94 | 4.35 | - |
| YUV | 141.89 | 58.09 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 18 | 0 | 0.51 | 0.92 | 0.07 | 27 | 0.87 | 0.5 |
| Hex | EE | 75 | 12 | 0 | 33 | 5C | 7 | 1B | 57 | 32 |
| Octal | 356 | 165 | 22 | 0 | 63 | 134 | 7 | 33 | 127 | 62 |
| Binary | 11101110 | 1110101 | 10010 | 0 | 110011 | 1011100 | 111 | 11011 | 1010111 | 110010 |
Color Harmonies of #EE7512
Complementary color
Monochromatic Colors of #EE7512
Black with #EE7512
Text Example
Text Example
White with #EE7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7512; }
p { color: rgb(238,117,18); }
H1.HeaderClassName
{
color: #EE7512;
}
.AnyTagClassName
{
color: #EE7512;
}
</style>
background-color css
<style>
a { background-color: #EE7512; }
a { background-color: rgb(238,117,18); }
div.DivClassName
{
background-color: #EE7512;
}
.BgClassName
{
background-color: #EE7512;
}
</style>
border-color css
<style>
span { border-color: #EE7512; }
span { border-color: rgb(238,117,18); }
td.TdClassName
{
border-color: #EE7512;
}
.TagClassName
{
border-color: #EE7512;
}
</style>