Shades of Pumpkin #EF6B1B
Tints of Pumpkin #EF6B1B
RGB
CMYK
RGB Variations
Color information
#EF6B1B (or 0xEF6B1B) is known color: Pumpkin. HEX triplet: EF, 6B and 1B. RGB value is (239,107,27). Sum of RGB (Red+Green+Blue) = 239+107+27=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6B1B is #1094E4. Grayscale: #898989. Windows color (decimal): -1086693 or 1797103. OLE color: 1797103.
HSL color Cylindrical-coordinate representation of color #EF6B1B: hue angle of 22.64º 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 #EF6B1B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.06 |
| HSL | 22.64º | 0.87% | 0.52% | - |
| HSV(B) | 22.64º | 0.89% | 0.94% | - |
| XYZ | 41.05 | 28.95 | 4.46 | - |
| YUV | 137.35 | 65.73 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 27 | 0 | 0.55 | 0.89 | 0.06 | 22.64 | 0.87 | 0.52 |
| Hex | EF | 6B | 1B | 0 | 37 | 59 | 6 | 17 | 57 | 34 |
| Octal | 357 | 153 | 33 | 0 | 67 | 131 | 6 | 27 | 127 | 64 |
| Binary | 11101111 | 1101011 | 11011 | 0 | 110111 | 1011001 | 110 | 10111 | 1010111 | 110100 |
Color Harmonies of #EF6B1B
Complementary color
Monochromatic Colors of #EF6B1B
Black with #EF6B1B
Text Example
Text Example
White with #EF6B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B1B; }
p { color: rgb(239,107,27); }
H1.HeaderClassName
{
color: #EF6B1B;
}
.AnyTagClassName
{
color: #EF6B1B;
}
</style>
background-color css
<style>
a { background-color: #EF6B1B; }
a { background-color: rgb(239,107,27); }
div.DivClassName
{
background-color: #EF6B1B;
}
.BgClassName
{
background-color: #EF6B1B;
}
</style>
border-color css
<style>
span { border-color: #EF6B1B; }
span { border-color: rgb(239,107,27); }
td.TdClassName
{
border-color: #EF6B1B;
}
.TagClassName
{
border-color: #EF6B1B;
}
</style>