Shades of Pumpkin #EA7A16
Tints of Pumpkin #EA7A16
RGB
CMYK
RGB Variations
Color information
#EA7A16 (or 0xEA7A16) is known color: Pumpkin. HEX triplet: EA, 7A and 16. RGB value is (234,122,22). Sum of RGB (Red+Green+Blue) = 234+122+22=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7A16 is #1585E9. Grayscale: #909090. Windows color (decimal): -1410538 or 1473258. OLE color: 1473258.
HSL color Cylindrical-coordinate representation of color #EA7A16: hue angle of 28.3º degrees, saturation: 0.83, 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 #EA7A16 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 22 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.08 |
| HSL | 28.3º | 0.83% | 0.5% | - |
| HSV(B) | 28.3º | 0.91% | 0.92% | - |
| XYZ | 41.04 | 31.47 | 4.67 | - |
| YUV | 144.09 | 59.11 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 22 | 0 | 0.48 | 0.91 | 0.08 | 28.3 | 0.83 | 0.5 |
| Hex | EA | 7A | 16 | 0 | 30 | 5B | 8 | 1C | 53 | 32 |
| Octal | 352 | 172 | 26 | 0 | 60 | 133 | 10 | 34 | 123 | 62 |
| Binary | 11101010 | 1111010 | 10110 | 0 | 110000 | 1011011 | 1000 | 11100 | 1010011 | 110010 |
Color Harmonies of #EA7A16
Complementary color
Monochromatic Colors of #EA7A16
Black with #EA7A16
Text Example
Text Example
White with #EA7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A16; }
p { color: rgb(234,122,22); }
H1.HeaderClassName
{
color: #EA7A16;
}
.AnyTagClassName
{
color: #EA7A16;
}
</style>
background-color css
<style>
a { background-color: #EA7A16; }
a { background-color: rgb(234,122,22); }
div.DivClassName
{
background-color: #EA7A16;
}
.BgClassName
{
background-color: #EA7A16;
}
</style>
border-color css
<style>
span { border-color: #EA7A16; }
span { border-color: rgb(234,122,22); }
td.TdClassName
{
border-color: #EA7A16;
}
.TagClassName
{
border-color: #EA7A16;
}
</style>