Shades of Pumpkin #EA7516
Tints of Pumpkin #EA7516
RGB
CMYK
RGB Variations
Color information
#EA7516 (or 0xEA7516) is known color: Pumpkin. HEX triplet: EA, 75 and 16. RGB value is (234,117,22). Sum of RGB (Red+Green+Blue) = 234+117+22=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7516 is #158AE9. Grayscale: #8D8D8D. Windows color (decimal): -1411818 or 1471978. OLE color: 1471978.
HSL color Cylindrical-coordinate representation of color #EA7516: hue angle of 26.89º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA7516 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 22 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.08 |
| HSL | 26.89º | 0.83% | 0.5% | - |
| HSV(B) | 26.89º | 0.91% | 0.92% | - |
| XYZ | 40.44 | 30.27 | 4.47 | - |
| YUV | 141.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 22 | 0 | 0.5 | 0.91 | 0.08 | 26.89 | 0.83 | 0.5 |
| Hex | EA | 75 | 16 | 0 | 32 | 5B | 8 | 1B | 53 | 32 |
| Octal | 352 | 165 | 26 | 0 | 62 | 133 | 10 | 33 | 123 | 62 |
| Binary | 11101010 | 1110101 | 10110 | 0 | 110010 | 1011011 | 1000 | 11011 | 1010011 | 110010 |
Color Harmonies of #EA7516
Complementary color
Monochromatic Colors of #EA7516
Black with #EA7516
Text Example
Text Example
White with #EA7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7516; }
p { color: rgb(234,117,22); }
H1.HeaderClassName
{
color: #EA7516;
}
.AnyTagClassName
{
color: #EA7516;
}
</style>
background-color css
<style>
a { background-color: #EA7516; }
a { background-color: rgb(234,117,22); }
div.DivClassName
{
background-color: #EA7516;
}
.BgClassName
{
background-color: #EA7516;
}
</style>
border-color css
<style>
span { border-color: #EA7516; }
span { border-color: rgb(234,117,22); }
td.TdClassName
{
border-color: #EA7516;
}
.TagClassName
{
border-color: #EA7516;
}
</style>