Shades of Pumpkin #EE6712
Tints of Pumpkin #EE6712
RGB
CMYK
RGB Variations
Color information
#EE6712 (or 0xEE6712) is known color: Pumpkin. HEX triplet: EE, 67 and 12. RGB value is (238,103,18). Sum of RGB (Red+Green+Blue) = 238+103+18=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6712 is #1198ED. Grayscale: #868686. Windows color (decimal): -1153262 or 1206254. OLE color: 1206254.
HSL color Cylindrical-coordinate representation of color #EE6712: hue angle of 23.18º 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 #EE6712 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.07 |
| HSL | 23.18º | 0.87% | 0.5% | - |
| HSV(B) | 23.18º | 0.92% | 0.93% | - |
| XYZ | 40.22 | 27.92 | 3.84 | - |
| YUV | 133.68 | 62.73 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 18 | 0 | 0.57 | 0.92 | 0.07 | 23.18 | 0.87 | 0.5 |
| Hex | EE | 67 | 12 | 0 | 39 | 5C | 7 | 17 | 57 | 32 |
| Octal | 356 | 147 | 22 | 0 | 71 | 134 | 7 | 27 | 127 | 62 |
| Binary | 11101110 | 1100111 | 10010 | 0 | 111001 | 1011100 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EE6712
Complementary color
Monochromatic Colors of #EE6712
Black with #EE6712
Text Example
Text Example
White with #EE6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6712; }
p { color: rgb(238,103,18); }
H1.HeaderClassName
{
color: #EE6712;
}
.AnyTagClassName
{
color: #EE6712;
}
</style>
background-color css
<style>
a { background-color: #EE6712; }
a { background-color: rgb(238,103,18); }
div.DivClassName
{
background-color: #EE6712;
}
.BgClassName
{
background-color: #EE6712;
}
</style>
border-color css
<style>
span { border-color: #EE6712; }
span { border-color: rgb(238,103,18); }
td.TdClassName
{
border-color: #EE6712;
}
.TagClassName
{
border-color: #EE6712;
}
</style>