Shades of Pumpkin #EF6318
Tints of Pumpkin #EF6318
RGB
CMYK
RGB Variations
Color information
#EF6318 (or 0xEF6318) is known color: Pumpkin. HEX triplet: EF, 63 and 18. RGB value is (239,99,24). Sum of RGB (Red+Green+Blue) = 239+99+24=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6318 is #109CE7. Grayscale: #848484. Windows color (decimal): -1088744 or 1598447. OLE color: 1598447.
HSL color Cylindrical-coordinate representation of color #EF6318: hue angle of 20.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6318 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.06 |
| HSL | 20.93º | 0.87% | 0.52% | - |
| HSV(B) | 20.93º | 0.9% | 0.94% | - |
| XYZ | 40.22 | 27.34 | 4.02 | - |
| YUV | 132.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 24 | 0 | 0.59 | 0.90 | 0.06 | 20.93 | 0.87 | 0.52 |
| Hex | EF | 63 | 18 | 0 | 3B | 5A | 6 | 15 | 57 | 34 |
| Octal | 357 | 143 | 30 | 0 | 73 | 132 | 6 | 25 | 127 | 64 |
| Binary | 11101111 | 1100011 | 11000 | 0 | 111011 | 1011010 | 110 | 10101 | 1010111 | 110100 |
Color Harmonies of #EF6318
Complementary color
Monochromatic Colors of #EF6318
Black with #EF6318
Text Example
Text Example
White with #EF6318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6318; }
p { color: rgb(239,99,24); }
H1.HeaderClassName
{
color: #EF6318;
}
.AnyTagClassName
{
color: #EF6318;
}
</style>
background-color css
<style>
a { background-color: #EF6318; }
a { background-color: rgb(239,99,24); }
div.DivClassName
{
background-color: #EF6318;
}
.BgClassName
{
background-color: #EF6318;
}
</style>
border-color css
<style>
span { border-color: #EF6318; }
span { border-color: rgb(239,99,24); }
td.TdClassName
{
border-color: #EF6318;
}
.TagClassName
{
border-color: #EF6318;
}
</style>