Shades of Pumpkin #EB6C16
Tints of Pumpkin #EB6C16
RGB
CMYK
RGB Variations
Color information
#EB6C16 (or 0xEB6C16) is known color: Pumpkin. HEX triplet: EB, 6C and 16. RGB value is (235,108,22). Sum of RGB (Red+Green+Blue) = 235+108+22=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6C16 is #1493E9. Grayscale: #888888. Windows color (decimal): -1348586 or 1469675. OLE color: 1469675.
HSL color Cylindrical-coordinate representation of color #EB6C16: hue angle of 24.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB6C16 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 22 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.08 |
| HSL | 24.23º | 0.84% | 0.5% | - |
| HSV(B) | 24.23º | 0.91% | 0.92% | - |
| XYZ | 39.77 | 28.45 | 4.15 | - |
| YUV | 136.17 | 63.58 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 22 | 0 | 0.54 | 0.91 | 0.08 | 24.23 | 0.84 | 0.5 |
| Hex | EB | 6C | 16 | 0 | 36 | 5B | 8 | 18 | 54 | 32 |
| Octal | 353 | 154 | 26 | 0 | 66 | 133 | 10 | 30 | 124 | 62 |
| Binary | 11101011 | 1101100 | 10110 | 0 | 110110 | 1011011 | 1000 | 11000 | 1010100 | 110010 |
Color Harmonies of #EB6C16
Complementary color
Monochromatic Colors of #EB6C16
Black with #EB6C16
Text Example
Text Example
White with #EB6C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C16; }
p { color: rgb(235,108,22); }
H1.HeaderClassName
{
color: #EB6C16;
}
.AnyTagClassName
{
color: #EB6C16;
}
</style>
background-color css
<style>
a { background-color: #EB6C16; }
a { background-color: rgb(235,108,22); }
div.DivClassName
{
background-color: #EB6C16;
}
.BgClassName
{
background-color: #EB6C16;
}
</style>
border-color css
<style>
span { border-color: #EB6C16; }
span { border-color: rgb(235,108,22); }
td.TdClassName
{
border-color: #EB6C16;
}
.TagClassName
{
border-color: #EB6C16;
}
</style>