Shades of Pumpkin #EE681B
Tints of Pumpkin #EE681B
RGB
CMYK
RGB Variations
Color information
#EE681B (or 0xEE681B) is known color: Pumpkin. HEX triplet: EE, 68 and 1B. RGB value is (238,104,27). Sum of RGB (Red+Green+Blue) = 238+104+27=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE681B is #1197E4. Grayscale: #878787. Windows color (decimal): -1152997 or 1796334. OLE color: 1796334.
HSL color Cylindrical-coordinate representation of color #EE681B: hue angle of 21.9º 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 #EE681B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 21.9º | 0.86% | 0.52% | - |
| HSV(B) | 21.9º | 0.89% | 0.93% | - |
| XYZ | 40.41 | 28.16 | 4.34 | - |
| YUV | 135.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 27 | 0 | 0.56 | 0.89 | 0.07 | 21.9 | 0.86 | 0.52 |
| Hex | EE | 68 | 1B | 0 | 38 | 59 | 7 | 16 | 56 | 34 |
| Octal | 356 | 150 | 33 | 0 | 70 | 131 | 7 | 26 | 126 | 64 |
| Binary | 11101110 | 1101000 | 11011 | 0 | 111000 | 1011001 | 111 | 10110 | 1010110 | 110100 |
Color Harmonies of #EE681B
Complementary color
Monochromatic Colors of #EE681B
Black with #EE681B
Text Example
Text Example
White with #EE681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE681B; }
p { color: rgb(238,104,27); }
H1.HeaderClassName
{
color: #EE681B;
}
.AnyTagClassName
{
color: #EE681B;
}
</style>
background-color css
<style>
a { background-color: #EE681B; }
a { background-color: rgb(238,104,27); }
div.DivClassName
{
background-color: #EE681B;
}
.BgClassName
{
background-color: #EE681B;
}
</style>
border-color css
<style>
span { border-color: #EE681B; }
span { border-color: rgb(238,104,27); }
td.TdClassName
{
border-color: #EE681B;
}
.TagClassName
{
border-color: #EE681B;
}
</style>