Shades of Pumpkin #EE6A14
Tints of Pumpkin #EE6A14
RGB
CMYK
RGB Variations
Color information
#EE6A14 (or 0xEE6A14) is known color: Pumpkin. HEX triplet: EE, 6A and 14. RGB value is (238,106,20). Sum of RGB (Red+Green+Blue) = 238+106+20=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6A14 is #1195EB. Grayscale: #888888. Windows color (decimal): -1152492 or 1338094. OLE color: 1338094.
HSL color Cylindrical-coordinate representation of color #EE6A14: hue angle of 23.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6A14 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 20 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.07 |
| HSL | 23.67º | 0.87% | 0.51% | - |
| HSV(B) | 23.67º | 0.92% | 0.93% | - |
| XYZ | 40.54 | 28.54 | 4.03 | - |
| YUV | 135.66 | 62.73 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 20 | 0 | 0.55 | 0.92 | 0.07 | 23.67 | 0.87 | 0.51 |
| Hex | EE | 6A | 14 | 0 | 37 | 5C | 7 | 18 | 57 | 33 |
| Octal | 356 | 152 | 24 | 0 | 67 | 134 | 7 | 30 | 127 | 63 |
| Binary | 11101110 | 1101010 | 10100 | 0 | 110111 | 1011100 | 111 | 11000 | 1010111 | 110011 |
Color Harmonies of #EE6A14
Complementary color
Monochromatic Colors of #EE6A14
Black with #EE6A14
Text Example
Text Example
White with #EE6A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A14; }
p { color: rgb(238,106,20); }
H1.HeaderClassName
{
color: #EE6A14;
}
.AnyTagClassName
{
color: #EE6A14;
}
</style>
background-color css
<style>
a { background-color: #EE6A14; }
a { background-color: rgb(238,106,20); }
div.DivClassName
{
background-color: #EE6A14;
}
.BgClassName
{
background-color: #EE6A14;
}
</style>
border-color css
<style>
span { border-color: #EE6A14; }
span { border-color: rgb(238,106,20); }
td.TdClassName
{
border-color: #EE6A14;
}
.TagClassName
{
border-color: #EE6A14;
}
</style>