Shades of Pumpkin #EE641F
Tints of Pumpkin #EE641F
RGB
CMYK
RGB Variations
Color information
#EE641F (or 0xEE641F) is known color: Pumpkin. HEX triplet: EE, 64 and 1F. RGB value is (238,100,31). Sum of RGB (Red+Green+Blue) = 238+100+31=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE641F is #119BE0. Grayscale: #858585. Windows color (decimal): -1154017 or 2057454. OLE color: 2057454.
HSL color Cylindrical-coordinate representation of color #EE641F: hue angle of 20º 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 #EE641F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 31 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.07 |
| HSL | 20º | 0.86% | 0.53% | - |
| HSV(B) | 20º | 0.87% | 0.93% | - |
| XYZ | 40.06 | 27.39 | 4.47 | - |
| YUV | 133.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 31 | 0 | 0.58 | 0.87 | 0.07 | 20 | 0.86 | 0.53 |
| Hex | EE | 64 | 1F | 0 | 3A | 57 | 7 | 14 | 56 | 35 |
| Octal | 356 | 144 | 37 | 0 | 72 | 127 | 7 | 24 | 126 | 65 |
| Binary | 11101110 | 1100100 | 11111 | 0 | 111010 | 1010111 | 111 | 10100 | 1010110 | 110101 |
Color Harmonies of #EE641F
Complementary color
Monochromatic Colors of #EE641F
Black with #EE641F
Text Example
Text Example
White with #EE641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE641F; }
p { color: rgb(238,100,31); }
H1.HeaderClassName
{
color: #EE641F;
}
.AnyTagClassName
{
color: #EE641F;
}
</style>
background-color css
<style>
a { background-color: #EE641F; }
a { background-color: rgb(238,100,31); }
div.DivClassName
{
background-color: #EE641F;
}
.BgClassName
{
background-color: #EE641F;
}
</style>
border-color css
<style>
span { border-color: #EE641F; }
span { border-color: rgb(238,100,31); }
td.TdClassName
{
border-color: #EE641F;
}
.TagClassName
{
border-color: #EE641F;
}
</style>