Shades of Pumpkin #EA7015
Tints of Pumpkin #EA7015
RGB
CMYK
RGB Variations
Color information
#EA7015 (or 0xEA7015) is known color: Pumpkin. HEX triplet: EA, 70 and 15. RGB value is (234,112,21). Sum of RGB (Red+Green+Blue) = 234+112+21=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7015 is #158FEA. Grayscale: #8A8A8A. Windows color (decimal): -1413099 or 1405162. OLE color: 1405162.
HSL color Cylindrical-coordinate representation of color #EA7015: hue angle of 25.63º degrees, saturation: 0.84, 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 #EA7015 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 21 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.08 |
| HSL | 25.63º | 0.84% | 0.5% | - |
| HSV(B) | 25.63º | 0.91% | 0.92% | - |
| XYZ | 39.86 | 29.13 | 4.23 | - |
| YUV | 138.1 | 61.92 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 21 | 0 | 0.52 | 0.91 | 0.08 | 25.63 | 0.84 | 0.5 |
| Hex | EA | 70 | 15 | 0 | 34 | 5B | 8 | 1A | 54 | 32 |
| Octal | 352 | 160 | 25 | 0 | 64 | 133 | 10 | 32 | 124 | 62 |
| Binary | 11101010 | 1110000 | 10101 | 0 | 110100 | 1011011 | 1000 | 11010 | 1010100 | 110010 |
Color Harmonies of #EA7015
Complementary color
Monochromatic Colors of #EA7015
Black with #EA7015
Text Example
Text Example
White with #EA7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7015; }
p { color: rgb(234,112,21); }
H1.HeaderClassName
{
color: #EA7015;
}
.AnyTagClassName
{
color: #EA7015;
}
</style>
background-color css
<style>
a { background-color: #EA7015; }
a { background-color: rgb(234,112,21); }
div.DivClassName
{
background-color: #EA7015;
}
.BgClassName
{
background-color: #EA7015;
}
</style>
border-color css
<style>
span { border-color: #EA7015; }
span { border-color: rgb(234,112,21); }
td.TdClassName
{
border-color: #EA7015;
}
.TagClassName
{
border-color: #EA7015;
}
</style>