Shades of Pumpkin #EE6813
Tints of Pumpkin #EE6813
RGB
CMYK
RGB Variations
Color information
#EE6813 (or 0xEE6813) is known color: Pumpkin. HEX triplet: EE, 68 and 13. RGB value is (238,104,19). Sum of RGB (Red+Green+Blue) = 238+104+19=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6813 is #1197EC. Grayscale: #868686. Windows color (decimal): -1153005 or 1272046. OLE color: 1272046.
HSL color Cylindrical-coordinate representation of color #EE6813: hue angle of 23.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6813 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.07 |
| HSL | 23.29º | 0.87% | 0.5% | - |
| HSV(B) | 23.29º | 0.92% | 0.93% | - |
| XYZ | 40.33 | 28.12 | 3.92 | - |
| YUV | 134.38 | 62.89 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 19 | 0 | 0.56 | 0.92 | 0.07 | 23.29 | 0.87 | 0.5 |
| Hex | EE | 68 | 13 | 0 | 38 | 5C | 7 | 17 | 57 | 32 |
| Octal | 356 | 150 | 23 | 0 | 70 | 134 | 7 | 27 | 127 | 62 |
| Binary | 11101110 | 1101000 | 10011 | 0 | 111000 | 1011100 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EE6813
Complementary color
Monochromatic Colors of #EE6813
Black with #EE6813
Text Example
Text Example
White with #EE6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6813; }
p { color: rgb(238,104,19); }
H1.HeaderClassName
{
color: #EE6813;
}
.AnyTagClassName
{
color: #EE6813;
}
</style>
background-color css
<style>
a { background-color: #EE6813; }
a { background-color: rgb(238,104,19); }
div.DivClassName
{
background-color: #EE6813;
}
.BgClassName
{
background-color: #EE6813;
}
</style>
border-color css
<style>
span { border-color: #EE6813; }
span { border-color: rgb(238,104,19); }
td.TdClassName
{
border-color: #EE6813;
}
.TagClassName
{
border-color: #EE6813;
}
</style>