Shades of Pumpkin #EE741B
Tints of Pumpkin #EE741B
RGB
CMYK
RGB Variations
Color information
#EE741B (or 0xEE741B) is known color: Pumpkin. HEX triplet: EE, 74 and 1B. RGB value is (238,116,27). Sum of RGB (Red+Green+Blue) = 238+116+27=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE741B is #118BE4. Grayscale: #8E8E8E. Windows color (decimal): -1149925 or 1799406. OLE color: 1799406.
HSL color Cylindrical-coordinate representation of color #EE741B: hue angle of 25.31º 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 #EE741B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.07 |
| HSL | 25.31º | 0.86% | 0.52% | - |
| HSV(B) | 25.31º | 0.89% | 0.93% | - |
| XYZ | 41.7 | 30.75 | 4.77 | - |
| YUV | 142.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 27 | 0 | 0.51 | 0.89 | 0.07 | 25.31 | 0.86 | 0.52 |
| Hex | EE | 74 | 1B | 0 | 33 | 59 | 7 | 19 | 56 | 34 |
| Octal | 356 | 164 | 33 | 0 | 63 | 131 | 7 | 31 | 126 | 64 |
| Binary | 11101110 | 1110100 | 11011 | 0 | 110011 | 1011001 | 111 | 11001 | 1010110 | 110100 |
Color Harmonies of #EE741B
Complementary color
Monochromatic Colors of #EE741B
Black with #EE741B
Text Example
Text Example
White with #EE741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE741B; }
p { color: rgb(238,116,27); }
H1.HeaderClassName
{
color: #EE741B;
}
.AnyTagClassName
{
color: #EE741B;
}
</style>
background-color css
<style>
a { background-color: #EE741B; }
a { background-color: rgb(238,116,27); }
div.DivClassName
{
background-color: #EE741B;
}
.BgClassName
{
background-color: #EE741B;
}
</style>
border-color css
<style>
span { border-color: #EE741B; }
span { border-color: rgb(238,116,27); }
td.TdClassName
{
border-color: #EE741B;
}
.TagClassName
{
border-color: #EE741B;
}
</style>