Shades of Pumpkin #EA6915
Tints of Pumpkin #EA6915
RGB
CMYK
RGB Variations
Color information
#EA6915 (or 0xEA6915) is known color: Pumpkin. HEX triplet: EA, 69 and 15. RGB value is (234,105,21). Sum of RGB (Red+Green+Blue) = 234+105+21=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6915 is #1596EA. Grayscale: #868686. Windows color (decimal): -1414891 or 1403370. OLE color: 1403370.
HSL color Cylindrical-coordinate representation of color #EA6915: hue angle of 23.66º 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 #EA6915 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 21 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.08 |
| HSL | 23.66º | 0.84% | 0.5% | - |
| HSV(B) | 23.66º | 0.91% | 0.92% | - |
| XYZ | 39.12 | 27.65 | 3.98 | - |
| YUV | 134 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 21 | 0 | 0.55 | 0.91 | 0.08 | 23.66 | 0.84 | 0.5 |
| Hex | EA | 69 | 15 | 0 | 37 | 5B | 8 | 18 | 54 | 32 |
| Octal | 352 | 151 | 25 | 0 | 67 | 133 | 10 | 30 | 124 | 62 |
| Binary | 11101010 | 1101001 | 10101 | 0 | 110111 | 1011011 | 1000 | 11000 | 1010100 | 110010 |
Color Harmonies of #EA6915
Complementary color
Monochromatic Colors of #EA6915
Black with #EA6915
Text Example
Text Example
White with #EA6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6915; }
p { color: rgb(234,105,21); }
H1.HeaderClassName
{
color: #EA6915;
}
.AnyTagClassName
{
color: #EA6915;
}
</style>
background-color css
<style>
a { background-color: #EA6915; }
a { background-color: rgb(234,105,21); }
div.DivClassName
{
background-color: #EA6915;
}
.BgClassName
{
background-color: #EA6915;
}
</style>
border-color css
<style>
span { border-color: #EA6915; }
span { border-color: rgb(234,105,21); }
td.TdClassName
{
border-color: #EA6915;
}
.TagClassName
{
border-color: #EA6915;
}
</style>