Shades of Pumpkin #EA6D19
Tints of Pumpkin #EA6D19
RGB
CMYK
RGB Variations
Color information
#EA6D19 (or 0xEA6D19) is known color: Pumpkin. HEX triplet: EA, 6D and 19. RGB value is (234,109,25). Sum of RGB (Red+Green+Blue) = 234+109+25=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6D19 is #1592E6. Grayscale: #898989. Windows color (decimal): -1413863 or 1666538. OLE color: 1666538.
HSL color Cylindrical-coordinate representation of color #EA6D19: hue angle of 24.11º 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 #EA6D19 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.08 |
| HSL | 24.11º | 0.83% | 0.51% | - |
| HSV(B) | 24.11º | 0.89% | 0.92% | - |
| XYZ | 39.58 | 28.5 | 4.33 | - |
| YUV | 136.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 25 | 0 | 0.53 | 0.89 | 0.08 | 24.11 | 0.83 | 0.51 |
| Hex | EA | 6D | 19 | 0 | 35 | 59 | 8 | 18 | 53 | 33 |
| Octal | 352 | 155 | 31 | 0 | 65 | 131 | 10 | 30 | 123 | 63 |
| Binary | 11101010 | 1101101 | 11001 | 0 | 110101 | 1011001 | 1000 | 11000 | 1010011 | 110011 |
Color Harmonies of #EA6D19
Complementary color
Monochromatic Colors of #EA6D19
Black with #EA6D19
Text Example
Text Example
White with #EA6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D19; }
p { color: rgb(234,109,25); }
H1.HeaderClassName
{
color: #EA6D19;
}
.AnyTagClassName
{
color: #EA6D19;
}
</style>
background-color css
<style>
a { background-color: #EA6D19; }
a { background-color: rgb(234,109,25); }
div.DivClassName
{
background-color: #EA6D19;
}
.BgClassName
{
background-color: #EA6D19;
}
</style>
border-color css
<style>
span { border-color: #EA6D19; }
span { border-color: rgb(234,109,25); }
td.TdClassName
{
border-color: #EA6D19;
}
.TagClassName
{
border-color: #EA6D19;
}
</style>