Shades of Pumpkin #EE771B
Tints of Pumpkin #EE771B
RGB
CMYK
RGB Variations
Color information
#EE771B (or 0xEE771B) is known color: Pumpkin. HEX triplet: EE, 77 and 1B. RGB value is (238,119,27). Sum of RGB (Red+Green+Blue) = 238+119+27=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE771B is #1188E4. Grayscale: #909090. Windows color (decimal): -1149157 or 1800174. OLE color: 1800174.
HSL color Cylindrical-coordinate representation of color #EE771B: hue angle of 26.16º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE771B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.07 |
| HSL | 26.16º | 0.86% | 0.52% | - |
| HSV(B) | 26.16º | 0.89% | 0.93% | - |
| XYZ | 42.05 | 31.45 | 4.89 | - |
| YUV | 144.09 | 61.92 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 27 | 0 | 0.50 | 0.89 | 0.07 | 26.16 | 0.86 | 0.52 |
| Hex | EE | 77 | 1B | 0 | 32 | 59 | 7 | 1A | 56 | 34 |
| Octal | 356 | 167 | 33 | 0 | 62 | 131 | 7 | 32 | 126 | 64 |
| Binary | 11101110 | 1110111 | 11011 | 0 | 110010 | 1011001 | 111 | 11010 | 1010110 | 110100 |
Color Harmonies of #EE771B
Complementary color
Monochromatic Colors of #EE771B
Black with #EE771B
Text Example
Text Example
White with #EE771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE771B; }
p { color: rgb(238,119,27); }
H1.HeaderClassName
{
color: #EE771B;
}
.AnyTagClassName
{
color: #EE771B;
}
</style>
background-color css
<style>
a { background-color: #EE771B; }
a { background-color: rgb(238,119,27); }
div.DivClassName
{
background-color: #EE771B;
}
.BgClassName
{
background-color: #EE771B;
}
</style>
border-color css
<style>
span { border-color: #EE771B; }
span { border-color: rgb(238,119,27); }
td.TdClassName
{
border-color: #EE771B;
}
.TagClassName
{
border-color: #EE771B;
}
</style>