Shades of Pumpkin #EF6612
Tints of Pumpkin #EF6612
RGB
CMYK
RGB Variations
Color information
#EF6612 (or 0xEF6612) is known color: Pumpkin. HEX triplet: EF, 66 and 12. RGB value is (239,102,18). Sum of RGB (Red+Green+Blue) = 239+102+18=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6612 is #1099ED. Grayscale: #858585. Windows color (decimal): -1087982 or 1205999. OLE color: 1205999.
HSL color Cylindrical-coordinate representation of color #EF6612: hue angle of 22.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF6612 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.06 |
| HSL | 22.81º | 0.87% | 0.5% | - |
| HSV(B) | 22.81º | 0.92% | 0.94% | - |
| XYZ | 40.46 | 27.9 | 3.82 | - |
| YUV | 133.39 | 62.89 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 18 | 0 | 0.57 | 0.92 | 0.06 | 22.81 | 0.87 | 0.5 |
| Hex | EF | 66 | 12 | 0 | 39 | 5C | 6 | 17 | 57 | 32 |
| Octal | 357 | 146 | 22 | 0 | 71 | 134 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1100110 | 10010 | 0 | 111001 | 1011100 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6612
Complementary color
Monochromatic Colors of #EF6612
Black with #EF6612
Text Example
Text Example
White with #EF6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6612; }
p { color: rgb(239,102,18); }
H1.HeaderClassName
{
color: #EF6612;
}
.AnyTagClassName
{
color: #EF6612;
}
</style>
background-color css
<style>
a { background-color: #EF6612; }
a { background-color: rgb(239,102,18); }
div.DivClassName
{
background-color: #EF6612;
}
.BgClassName
{
background-color: #EF6612;
}
</style>
border-color css
<style>
span { border-color: #EF6612; }
span { border-color: rgb(239,102,18); }
td.TdClassName
{
border-color: #EF6612;
}
.TagClassName
{
border-color: #EF6612;
}
</style>