Shades of Pumpkin #EA7818
Tints of Pumpkin #EA7818
RGB
CMYK
RGB Variations
Color information
#EA7818 (or 0xEA7818) is known color: Pumpkin. HEX triplet: EA, 78 and 18. RGB value is (234,120,24). Sum of RGB (Red+Green+Blue) = 234+120+24=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7818 is #1587E7. Grayscale: #8F8F8F. Windows color (decimal): -1411048 or 1603818. OLE color: 1603818.
HSL color Cylindrical-coordinate representation of color #EA7818: hue angle of 27.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA7818 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 24 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.08 |
| HSL | 27.43º | 0.83% | 0.51% | - |
| HSV(B) | 27.43º | 0.9% | 0.92% | - |
| XYZ | 40.81 | 30.99 | 4.69 | - |
| YUV | 143.14 | 60.77 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 24 | 0 | 0.49 | 0.90 | 0.08 | 27.43 | 0.83 | 0.51 |
| Hex | EA | 78 | 18 | 0 | 31 | 5A | 8 | 1B | 53 | 33 |
| Octal | 352 | 170 | 30 | 0 | 61 | 132 | 10 | 33 | 123 | 63 |
| Binary | 11101010 | 1111000 | 11000 | 0 | 110001 | 1011010 | 1000 | 11011 | 1010011 | 110011 |
Color Harmonies of #EA7818
Complementary color
Monochromatic Colors of #EA7818
Black with #EA7818
Text Example
Text Example
White with #EA7818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7818; }
p { color: rgb(234,120,24); }
H1.HeaderClassName
{
color: #EA7818;
}
.AnyTagClassName
{
color: #EA7818;
}
</style>
background-color css
<style>
a { background-color: #EA7818; }
a { background-color: rgb(234,120,24); }
div.DivClassName
{
background-color: #EA7818;
}
.BgClassName
{
background-color: #EA7818;
}
</style>
border-color css
<style>
span { border-color: #EA7818; }
span { border-color: rgb(234,120,24); }
td.TdClassName
{
border-color: #EA7818;
}
.TagClassName
{
border-color: #EA7818;
}
</style>