Shades of Pumpkin #EF6D1A
Tints of Pumpkin #EF6D1A
RGB
CMYK
RGB Variations
Color information
#EF6D1A (or 0xEF6D1A) is known color: Pumpkin. HEX triplet: EF, 6D and 1A. RGB value is (239,109,26). Sum of RGB (Red+Green+Blue) = 239+109+26=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D1A is #1092E5. Grayscale: #8A8A8A. Windows color (decimal): -1086182 or 1732079. OLE color: 1732079.
HSL color Cylindrical-coordinate representation of color #EF6D1A: hue angle of 23.38º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF6D1A is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 26 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.06 |
| HSL | 23.38º | 0.87% | 0.52% | - |
| HSV(B) | 23.38º | 0.89% | 0.94% | - |
| XYZ | 41.25 | 29.36 | 4.47 | - |
| YUV | 138.41 | 64.57 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 26 | 0 | 0.54 | 0.89 | 0.06 | 23.38 | 0.87 | 0.52 |
| Hex | EF | 6D | 1A | 0 | 36 | 59 | 6 | 17 | 57 | 34 |
| Octal | 357 | 155 | 32 | 0 | 66 | 131 | 6 | 27 | 127 | 64 |
| Binary | 11101111 | 1101101 | 11010 | 0 | 110110 | 1011001 | 110 | 10111 | 1010111 | 110100 |
Color Harmonies of #EF6D1A
Complementary color
Monochromatic Colors of #EF6D1A
Black with #EF6D1A
Text Example
Text Example
White with #EF6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D1A; }
p { color: rgb(239,109,26); }
H1.HeaderClassName
{
color: #EF6D1A;
}
.AnyTagClassName
{
color: #EF6D1A;
}
</style>
background-color css
<style>
a { background-color: #EF6D1A; }
a { background-color: rgb(239,109,26); }
div.DivClassName
{
background-color: #EF6D1A;
}
.BgClassName
{
background-color: #EF6D1A;
}
</style>
border-color css
<style>
span { border-color: #EF6D1A; }
span { border-color: rgb(239,109,26); }
td.TdClassName
{
border-color: #EF6D1A;
}
.TagClassName
{
border-color: #EF6D1A;
}
</style>