Shades of Pumpkin #EE691B
Tints of Pumpkin #EE691B
RGB
CMYK
RGB Variations
Color information
#EE691B (or 0xEE691B) is known color: Pumpkin. HEX triplet: EE, 69 and 1B. RGB value is (238,105,27). Sum of RGB (Red+Green+Blue) = 238+105+27=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE691B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE691B is #1196E4. Grayscale: #888888. Windows color (decimal): -1152741 or 1796590. OLE color: 1796590.
HSL color Cylindrical-coordinate representation of color #EE691B: hue angle of 22.18º 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 #EE691B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.18º | 0.86% | 0.52% | - |
| HSV(B) | 22.18º | 0.89% | 0.93% | - |
| XYZ | 40.51 | 28.36 | 4.38 | - |
| YUV | 135.88 | 66.56 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 27 | 0 | 0.56 | 0.89 | 0.07 | 22.18 | 0.86 | 0.52 |
| Hex | EE | 69 | 1B | 0 | 38 | 59 | 7 | 16 | 56 | 34 |
| Octal | 356 | 151 | 33 | 0 | 70 | 131 | 7 | 26 | 126 | 64 |
| Binary | 11101110 | 1101001 | 11011 | 0 | 111000 | 1011001 | 111 | 10110 | 1010110 | 110100 |
Color Harmonies of #EE691B
Complementary color
Monochromatic Colors of #EE691B
Black with #EE691B
Text Example
Text Example
White with #EE691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE691B; }
p { color: rgb(238,105,27); }
H1.HeaderClassName
{
color: #EE691B;
}
.AnyTagClassName
{
color: #EE691B;
}
</style>
background-color css
<style>
a { background-color: #EE691B; }
a { background-color: rgb(238,105,27); }
div.DivClassName
{
background-color: #EE691B;
}
.BgClassName
{
background-color: #EE691B;
}
</style>
border-color css
<style>
span { border-color: #EE691B; }
span { border-color: rgb(238,105,27); }
td.TdClassName
{
border-color: #EE691B;
}
.TagClassName
{
border-color: #EE691B;
}
</style>