Shades of Pumpkin #EE681A
Tints of Pumpkin #EE681A
RGB
CMYK
RGB Variations
Color information
#EE681A (or 0xEE681A) is known color: Pumpkin. HEX triplet: EE, 68 and 1A. RGB value is (238,104,26). Sum of RGB (Red+Green+Blue) = 238+104+26=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE681A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE681A is #1197E5. Grayscale: #878787. Windows color (decimal): -1152998 or 1730798. OLE color: 1730798.
HSL color Cylindrical-coordinate representation of color #EE681A: hue angle of 22.08º 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 #EE681A is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 26 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.08º | 0.86% | 0.52% | - |
| HSV(B) | 22.08º | 0.89% | 0.93% | - |
| XYZ | 40.4 | 28.15 | 4.28 | - |
| YUV | 135.17 | 66.39 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 26 | 0 | 0.56 | 0.89 | 0.07 | 22.08 | 0.86 | 0.52 |
| Hex | EE | 68 | 1A | 0 | 38 | 59 | 7 | 16 | 56 | 34 |
| Octal | 356 | 150 | 32 | 0 | 70 | 131 | 7 | 26 | 126 | 64 |
| Binary | 11101110 | 1101000 | 11010 | 0 | 111000 | 1011001 | 111 | 10110 | 1010110 | 110100 |
Color Harmonies of #EE681A
Complementary color
Monochromatic Colors of #EE681A
Black with #EE681A
Text Example
Text Example
White with #EE681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE681A; }
p { color: rgb(238,104,26); }
H1.HeaderClassName
{
color: #EE681A;
}
.AnyTagClassName
{
color: #EE681A;
}
</style>
background-color css
<style>
a { background-color: #EE681A; }
a { background-color: rgb(238,104,26); }
div.DivClassName
{
background-color: #EE681A;
}
.BgClassName
{
background-color: #EE681A;
}
</style>
border-color css
<style>
span { border-color: #EE681A; }
span { border-color: rgb(238,104,26); }
td.TdClassName
{
border-color: #EE681A;
}
.TagClassName
{
border-color: #EE681A;
}
</style>