Shades of Pumpkin #EF7B21
Tints of Pumpkin #EF7B21
RGB
CMYK
RGB Variations
Color information
#EF7B21 (or 0xEF7B21) is known color: Pumpkin. HEX triplet: EF, 7B and 21. RGB value is (239,123,33). Sum of RGB (Red+Green+Blue) = 239+123+33=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7B21 is #1084DE. Grayscale: #939393. Windows color (decimal): -1082591 or 2194415. OLE color: 2194415.
HSL color Cylindrical-coordinate representation of color #EF7B21: hue angle of 26.21º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF7B21 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 33 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.06 |
| HSL | 26.21º | 0.87% | 0.53% | - |
| HSV(B) | 26.21º | 0.86% | 0.94% | - |
| XYZ | 42.95 | 32.63 | 5.47 | - |
| YUV | 147.42 | 63.43 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 33 | 0 | 0.49 | 0.86 | 0.06 | 26.21 | 0.87 | 0.53 |
| Hex | EF | 7B | 21 | 0 | 31 | 56 | 6 | 1A | 57 | 35 |
| Octal | 357 | 173 | 41 | 0 | 61 | 126 | 6 | 32 | 127 | 65 |
| Binary | 11101111 | 1111011 | 100001 | 0 | 110001 | 1010110 | 110 | 11010 | 1010111 | 110101 |
Color Harmonies of #EF7B21
Complementary color
Monochromatic Colors of #EF7B21
Black with #EF7B21
Text Example
Text Example
White with #EF7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B21; }
p { color: rgb(239,123,33); }
H1.HeaderClassName
{
color: #EF7B21;
}
.AnyTagClassName
{
color: #EF7B21;
}
</style>
background-color css
<style>
a { background-color: #EF7B21; }
a { background-color: rgb(239,123,33); }
div.DivClassName
{
background-color: #EF7B21;
}
.BgClassName
{
background-color: #EF7B21;
}
</style>
border-color css
<style>
span { border-color: #EF7B21; }
span { border-color: rgb(239,123,33); }
td.TdClassName
{
border-color: #EF7B21;
}
.TagClassName
{
border-color: #EF7B21;
}
</style>