Shades of Pumpkin #EE6C1F
Tints of Pumpkin #EE6C1F
RGB
CMYK
RGB Variations
Color information
#EE6C1F (or 0xEE6C1F) is known color: Pumpkin. HEX triplet: EE, 6C and 1F. RGB value is (238,108,31). Sum of RGB (Red+Green+Blue) = 238+108+31=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6C1F is #1193E0. Grayscale: #8A8A8A. Windows color (decimal): -1151969 or 2059502. OLE color: 2059502.
HSL color Cylindrical-coordinate representation of color #EE6C1F: hue angle of 22.32º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE6C1F is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 31 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.07 |
| HSL | 22.32º | 0.86% | 0.53% | - |
| HSV(B) | 22.32º | 0.87% | 0.93% | - |
| XYZ | 40.87 | 29 | 4.74 | - |
| YUV | 138.09 | 67.57 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 31 | 0 | 0.55 | 0.87 | 0.07 | 22.32 | 0.86 | 0.53 |
| Hex | EE | 6C | 1F | 0 | 37 | 57 | 7 | 16 | 56 | 35 |
| Octal | 356 | 154 | 37 | 0 | 67 | 127 | 7 | 26 | 126 | 65 |
| Binary | 11101110 | 1101100 | 11111 | 0 | 110111 | 1010111 | 111 | 10110 | 1010110 | 110101 |
Color Harmonies of #EE6C1F
Complementary color
Monochromatic Colors of #EE6C1F
Black with #EE6C1F
Text Example
Text Example
White with #EE6C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C1F; }
p { color: rgb(238,108,31); }
H1.HeaderClassName
{
color: #EE6C1F;
}
.AnyTagClassName
{
color: #EE6C1F;
}
</style>
background-color css
<style>
a { background-color: #EE6C1F; }
a { background-color: rgb(238,108,31); }
div.DivClassName
{
background-color: #EE6C1F;
}
.BgClassName
{
background-color: #EE6C1F;
}
</style>
border-color css
<style>
span { border-color: #EE6C1F; }
span { border-color: rgb(238,108,31); }
td.TdClassName
{
border-color: #EE6C1F;
}
.TagClassName
{
border-color: #EE6C1F;
}
</style>