Shades of Pumpkin #EA731A
Tints of Pumpkin #EA731A
RGB
CMYK
RGB Variations
Color information
#EA731A (or 0xEA731A) is known color: Pumpkin. HEX triplet: EA, 73 and 1A. RGB value is (234,115,26). Sum of RGB (Red+Green+Blue) = 234+115+26=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA731A is #158CE5. Grayscale: #8C8C8C. Windows color (decimal): -1412326 or 1733610. OLE color: 1733610.
HSL color Cylindrical-coordinate representation of color #EA731A: hue angle of 25.67º 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 #EA731A is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 26 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.08 |
| HSL | 25.67º | 0.83% | 0.51% | - |
| HSV(B) | 25.67º | 0.89% | 0.92% | - |
| XYZ | 40.25 | 29.83 | 4.61 | - |
| YUV | 140.44 | 63.42 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 26 | 0 | 0.51 | 0.89 | 0.08 | 25.67 | 0.83 | 0.51 |
| Hex | EA | 73 | 1A | 0 | 33 | 59 | 8 | 1A | 53 | 33 |
| Octal | 352 | 163 | 32 | 0 | 63 | 131 | 10 | 32 | 123 | 63 |
| Binary | 11101010 | 1110011 | 11010 | 0 | 110011 | 1011001 | 1000 | 11010 | 1010011 | 110011 |
Color Harmonies of #EA731A
Complementary color
Monochromatic Colors of #EA731A
Black with #EA731A
Text Example
Text Example
White with #EA731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA731A; }
p { color: rgb(234,115,26); }
H1.HeaderClassName
{
color: #EA731A;
}
.AnyTagClassName
{
color: #EA731A;
}
</style>
background-color css
<style>
a { background-color: #EA731A; }
a { background-color: rgb(234,115,26); }
div.DivClassName
{
background-color: #EA731A;
}
.BgClassName
{
background-color: #EA731A;
}
</style>
border-color css
<style>
span { border-color: #EA731A; }
span { border-color: rgb(234,115,26); }
td.TdClassName
{
border-color: #EA731A;
}
.TagClassName
{
border-color: #EA731A;
}
</style>