Shades of Pumpkin #EE6D14
Tints of Pumpkin #EE6D14
RGB
CMYK
RGB Variations
Color information
#EE6D14 (or 0xEE6D14) is known color: Pumpkin. HEX triplet: EE, 6D and 14. RGB value is (238,109,20). Sum of RGB (Red+Green+Blue) = 238+109+20=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6D14 is #1192EB. Grayscale: #898989. Windows color (decimal): -1151724 or 1338862. OLE color: 1338862.
HSL color Cylindrical-coordinate representation of color #EE6D14: hue angle of 24.5º 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 #EE6D14 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 20 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.07 |
| HSL | 24.5º | 0.87% | 0.51% | - |
| HSV(B) | 24.5º | 0.92% | 0.93% | - |
| XYZ | 40.85 | 29.16 | 4.14 | - |
| YUV | 137.43 | 61.74 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 20 | 0 | 0.54 | 0.92 | 0.07 | 24.5 | 0.87 | 0.51 |
| Hex | EE | 6D | 14 | 0 | 36 | 5C | 7 | 18 | 57 | 33 |
| Octal | 356 | 155 | 24 | 0 | 66 | 134 | 7 | 30 | 127 | 63 |
| Binary | 11101110 | 1101101 | 10100 | 0 | 110110 | 1011100 | 111 | 11000 | 1010111 | 110011 |
Color Harmonies of #EE6D14
Complementary color
Monochromatic Colors of #EE6D14
Black with #EE6D14
Text Example
Text Example
White with #EE6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D14; }
p { color: rgb(238,109,20); }
H1.HeaderClassName
{
color: #EE6D14;
}
.AnyTagClassName
{
color: #EE6D14;
}
</style>
background-color css
<style>
a { background-color: #EE6D14; }
a { background-color: rgb(238,109,20); }
div.DivClassName
{
background-color: #EE6D14;
}
.BgClassName
{
background-color: #EE6D14;
}
</style>
border-color css
<style>
span { border-color: #EE6D14; }
span { border-color: rgb(238,109,20); }
td.TdClassName
{
border-color: #EE6D14;
}
.TagClassName
{
border-color: #EE6D14;
}
</style>