Shades of Pumpkin #EA7319
Tints of Pumpkin #EA7319
RGB
CMYK
RGB Variations
Color information
#EA7319 (or 0xEA7319) is known color: Pumpkin. HEX triplet: EA, 73 and 19. RGB value is (234,115,25). Sum of RGB (Red+Green+Blue) = 234+115+25=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7319 is #158CE6. Grayscale: #8C8C8C. Windows color (decimal): -1412327 or 1668074. OLE color: 1668074.
HSL color Cylindrical-coordinate representation of color #EA7319: hue angle of 25.84º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA7319 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 25 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.08 |
| HSL | 25.84º | 0.83% | 0.51% | - |
| HSV(B) | 25.84º | 0.89% | 0.92% | - |
| XYZ | 40.24 | 29.82 | 4.56 | - |
| YUV | 140.32 | 62.92 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 25 | 0 | 0.51 | 0.89 | 0.08 | 25.84 | 0.83 | 0.51 |
| Hex | EA | 73 | 19 | 0 | 33 | 59 | 8 | 1A | 53 | 33 |
| Octal | 352 | 163 | 31 | 0 | 63 | 131 | 10 | 32 | 123 | 63 |
| Binary | 11101010 | 1110011 | 11001 | 0 | 110011 | 1011001 | 1000 | 11010 | 1010011 | 110011 |
Color Harmonies of #EA7319
Complementary color
Monochromatic Colors of #EA7319
Black with #EA7319
Text Example
Text Example
White with #EA7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7319; }
p { color: rgb(234,115,25); }
H1.HeaderClassName
{
color: #EA7319;
}
.AnyTagClassName
{
color: #EA7319;
}
</style>
background-color css
<style>
a { background-color: #EA7319; }
a { background-color: rgb(234,115,25); }
div.DivClassName
{
background-color: #EA7319;
}
.BgClassName
{
background-color: #EA7319;
}
</style>
border-color css
<style>
span { border-color: #EA7319; }
span { border-color: rgb(234,115,25); }
td.TdClassName
{
border-color: #EA7319;
}
.TagClassName
{
border-color: #EA7319;
}
</style>