Shades of Pumpkin #EE6B12
Tints of Pumpkin #EE6B12
RGB
CMYK
RGB Variations
Color information
#EE6B12 (or 0xEE6B12) is known color: Pumpkin. HEX triplet: EE, 6B and 12. RGB value is (238,107,18). Sum of RGB (Red+Green+Blue) = 238+107+18=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6B12 is #1194ED. Grayscale: #888888. Windows color (decimal): -1152238 or 1207278. OLE color: 1207278.
HSL color Cylindrical-coordinate representation of color #EE6B12: hue angle of 24.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6B12 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.07 |
| HSL | 24.27º | 0.87% | 0.5% | - |
| HSV(B) | 24.27º | 0.92% | 0.93% | - |
| XYZ | 40.63 | 28.74 | 3.98 | - |
| YUV | 136.02 | 61.4 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 18 | 0 | 0.55 | 0.92 | 0.07 | 24.27 | 0.87 | 0.5 |
| Hex | EE | 6B | 12 | 0 | 37 | 5C | 7 | 18 | 57 | 32 |
| Octal | 356 | 153 | 22 | 0 | 67 | 134 | 7 | 30 | 127 | 62 |
| Binary | 11101110 | 1101011 | 10010 | 0 | 110111 | 1011100 | 111 | 11000 | 1010111 | 110010 |
Color Harmonies of #EE6B12
Complementary color
Monochromatic Colors of #EE6B12
Black with #EE6B12
Text Example
Text Example
White with #EE6B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B12; }
p { color: rgb(238,107,18); }
H1.HeaderClassName
{
color: #EE6B12;
}
.AnyTagClassName
{
color: #EE6B12;
}
</style>
background-color css
<style>
a { background-color: #EE6B12; }
a { background-color: rgb(238,107,18); }
div.DivClassName
{
background-color: #EE6B12;
}
.BgClassName
{
background-color: #EE6B12;
}
</style>
border-color css
<style>
span { border-color: #EE6B12; }
span { border-color: rgb(238,107,18); }
td.TdClassName
{
border-color: #EE6B12;
}
.TagClassName
{
border-color: #EE6B12;
}
</style>