Shades of Pumpkin #EA6F16
Tints of Pumpkin #EA6F16
RGB
CMYK
RGB Variations
Color information
#EA6F16 (or 0xEA6F16) is known color: Pumpkin. HEX triplet: EA, 6F and 16. RGB value is (234,111,22). Sum of RGB (Red+Green+Blue) = 234+111+22=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6F16 is #1590E9. Grayscale: #8A8A8A. Windows color (decimal): -1413354 or 1470442. OLE color: 1470442.
HSL color Cylindrical-coordinate representation of color #EA6F16: hue angle of 25.19º 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 #EA6F16 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.08 |
| HSL | 25.19º | 0.83% | 0.5% | - |
| HSV(B) | 25.19º | 0.91% | 0.92% | - |
| XYZ | 39.76 | 28.92 | 4.25 | - |
| YUV | 137.63 | 62.75 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 22 | 0 | 0.53 | 0.91 | 0.08 | 25.19 | 0.83 | 0.5 |
| Hex | EA | 6F | 16 | 0 | 35 | 5B | 8 | 19 | 53 | 32 |
| Octal | 352 | 157 | 26 | 0 | 65 | 133 | 10 | 31 | 123 | 62 |
| Binary | 11101010 | 1101111 | 10110 | 0 | 110101 | 1011011 | 1000 | 11001 | 1010011 | 110010 |
Color Harmonies of #EA6F16
Complementary color
Monochromatic Colors of #EA6F16
Black with #EA6F16
Text Example
Text Example
White with #EA6F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F16; }
p { color: rgb(234,111,22); }
H1.HeaderClassName
{
color: #EA6F16;
}
.AnyTagClassName
{
color: #EA6F16;
}
</style>
background-color css
<style>
a { background-color: #EA6F16; }
a { background-color: rgb(234,111,22); }
div.DivClassName
{
background-color: #EA6F16;
}
.BgClassName
{
background-color: #EA6F16;
}
</style>
border-color css
<style>
span { border-color: #EA6F16; }
span { border-color: rgb(234,111,22); }
td.TdClassName
{
border-color: #EA6F16;
}
.TagClassName
{
border-color: #EA6F16;
}
</style>