Shades of Pumpkin #EE7522
Tints of Pumpkin #EE7522
RGB
CMYK
RGB Variations
Color information
#EE7522 (or 0xEE7522) is known color: Pumpkin. HEX triplet: EE, 75 and 22. RGB value is (238,117,34). Sum of RGB (Red+Green+Blue) = 238+117+34=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7522 is #118ADD. Grayscale: #909090. Windows color (decimal): -1149662 or 2258414. OLE color: 2258414.
HSL color Cylindrical-coordinate representation of color #EE7522: hue angle of 24.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE7522 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 34 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.07 |
| HSL | 24.41º | 0.86% | 0.53% | - |
| HSV(B) | 24.41º | 0.86% | 0.93% | - |
| XYZ | 41.91 | 31.02 | 5.29 | - |
| YUV | 143.72 | 66.09 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 34 | 0 | 0.51 | 0.86 | 0.07 | 24.41 | 0.86 | 0.53 |
| Hex | EE | 75 | 22 | 0 | 33 | 56 | 7 | 18 | 56 | 35 |
| Octal | 356 | 165 | 42 | 0 | 63 | 126 | 7 | 30 | 126 | 65 |
| Binary | 11101110 | 1110101 | 100010 | 0 | 110011 | 1010110 | 111 | 11000 | 1010110 | 110101 |
Color Harmonies of #EE7522
Complementary color
Monochromatic Colors of #EE7522
Black with #EE7522
Text Example
Text Example
White with #EE7522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7522; }
p { color: rgb(238,117,34); }
H1.HeaderClassName
{
color: #EE7522;
}
.AnyTagClassName
{
color: #EE7522;
}
</style>
background-color css
<style>
a { background-color: #EE7522; }
a { background-color: rgb(238,117,34); }
div.DivClassName
{
background-color: #EE7522;
}
.BgClassName
{
background-color: #EE7522;
}
</style>
border-color css
<style>
span { border-color: #EE7522; }
span { border-color: rgb(238,117,34); }
td.TdClassName
{
border-color: #EE7522;
}
.TagClassName
{
border-color: #EE7522;
}
</style>