Shades of Pumpkin #EF6812
Tints of Pumpkin #EF6812
RGB
CMYK
RGB Variations
Color information
#EF6812 (or 0xEF6812) is known color: Pumpkin. HEX triplet: EF, 68 and 12. RGB value is (239,104,18). Sum of RGB (Red+Green+Blue) = 239+104+18=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6812 is #1097ED. Grayscale: #878787. Windows color (decimal): -1087470 or 1206511. OLE color: 1206511.
HSL color Cylindrical-coordinate representation of color #EF6812: hue angle of 23.35º 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 #EF6812 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.06 |
| HSL | 23.35º | 0.87% | 0.5% | - |
| HSV(B) | 23.35º | 0.92% | 0.94% | - |
| XYZ | 40.66 | 28.3 | 3.89 | - |
| YUV | 134.56 | 62.23 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 18 | 0 | 0.56 | 0.92 | 0.06 | 23.35 | 0.87 | 0.5 |
| Hex | EF | 68 | 12 | 0 | 38 | 5C | 6 | 17 | 57 | 32 |
| Octal | 357 | 150 | 22 | 0 | 70 | 134 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1101000 | 10010 | 0 | 111000 | 1011100 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6812
Complementary color
Monochromatic Colors of #EF6812
Black with #EF6812
Text Example
Text Example
White with #EF6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6812; }
p { color: rgb(239,104,18); }
H1.HeaderClassName
{
color: #EF6812;
}
.AnyTagClassName
{
color: #EF6812;
}
</style>
background-color css
<style>
a { background-color: #EF6812; }
a { background-color: rgb(239,104,18); }
div.DivClassName
{
background-color: #EF6812;
}
.BgClassName
{
background-color: #EF6812;
}
</style>
border-color css
<style>
span { border-color: #EF6812; }
span { border-color: rgb(239,104,18); }
td.TdClassName
{
border-color: #EF6812;
}
.TagClassName
{
border-color: #EF6812;
}
</style>