Shades of Pumpkin #EA6D16
Tints of Pumpkin #EA6D16
RGB
CMYK
RGB Variations
Color information
#EA6D16 (or 0xEA6D16) is known color: Pumpkin. HEX triplet: EA, 6D and 16. RGB value is (234,109,22). Sum of RGB (Red+Green+Blue) = 234+109+22=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6D16 is #1592E9. Grayscale: #888888. Windows color (decimal): -1413866 or 1469930. OLE color: 1469930.
HSL color Cylindrical-coordinate representation of color #EA6D16: hue angle of 24.62º 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 #EA6D16 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.08 |
| HSL | 24.62º | 0.83% | 0.5% | - |
| HSV(B) | 24.62º | 0.91% | 0.92% | - |
| XYZ | 39.55 | 28.49 | 4.17 | - |
| YUV | 136.46 | 63.41 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 22 | 0 | 0.53 | 0.91 | 0.08 | 24.62 | 0.83 | 0.5 |
| Hex | EA | 6D | 16 | 0 | 35 | 5B | 8 | 19 | 53 | 32 |
| Octal | 352 | 155 | 26 | 0 | 65 | 133 | 10 | 31 | 123 | 62 |
| Binary | 11101010 | 1101101 | 10110 | 0 | 110101 | 1011011 | 1000 | 11001 | 1010011 | 110010 |
Color Harmonies of #EA6D16
Complementary color
Monochromatic Colors of #EA6D16
Black with #EA6D16
Text Example
Text Example
White with #EA6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D16; }
p { color: rgb(234,109,22); }
H1.HeaderClassName
{
color: #EA6D16;
}
.AnyTagClassName
{
color: #EA6D16;
}
</style>
background-color css
<style>
a { background-color: #EA6D16; }
a { background-color: rgb(234,109,22); }
div.DivClassName
{
background-color: #EA6D16;
}
.BgClassName
{
background-color: #EA6D16;
}
</style>
border-color css
<style>
span { border-color: #EA6D16; }
span { border-color: rgb(234,109,22); }
td.TdClassName
{
border-color: #EA6D16;
}
.TagClassName
{
border-color: #EA6D16;
}
</style>