Shades of Pumpkin #EF6A15
Tints of Pumpkin #EF6A15
RGB
CMYK
RGB Variations
Color information
#EF6A15 (or 0xEF6A15) is known color: Pumpkin. HEX triplet: EF, 6A and 15. RGB value is (239,106,21). Sum of RGB (Red+Green+Blue) = 239+106+21=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A15 is #1095EA. Grayscale: #888888. Windows color (decimal): -1086955 or 1403631. OLE color: 1403631.
HSL color Cylindrical-coordinate representation of color #EF6A15: hue angle of 23.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6A15 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.06 |
| HSL | 23.39º | 0.87% | 0.51% | - |
| HSV(B) | 23.39º | 0.91% | 0.94% | - |
| XYZ | 40.89 | 28.71 | 4.1 | - |
| YUV | 136.08 | 63.06 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 21 | 0 | 0.56 | 0.91 | 0.06 | 23.39 | 0.87 | 0.51 |
| Hex | EF | 6A | 15 | 0 | 38 | 5B | 6 | 17 | 57 | 33 |
| Octal | 357 | 152 | 25 | 0 | 70 | 133 | 6 | 27 | 127 | 63 |
| Binary | 11101111 | 1101010 | 10101 | 0 | 111000 | 1011011 | 110 | 10111 | 1010111 | 110011 |
Color Harmonies of #EF6A15
Complementary color
Monochromatic Colors of #EF6A15
Black with #EF6A15
Text Example
Text Example
White with #EF6A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6A15; }
p { color: rgb(239,106,21); }
H1.HeaderClassName
{
color: #EF6A15;
}
.AnyTagClassName
{
color: #EF6A15;
}
</style>
background-color css
<style>
a { background-color: #EF6A15; }
a { background-color: rgb(239,106,21); }
div.DivClassName
{
background-color: #EF6A15;
}
.BgClassName
{
background-color: #EF6A15;
}
</style>
border-color css
<style>
span { border-color: #EF6A15; }
span { border-color: rgb(239,106,21); }
td.TdClassName
{
border-color: #EF6A15;
}
.TagClassName
{
border-color: #EF6A15;
}
</style>