Shades of Pumpkin #EB6C17
Tints of Pumpkin #EB6C17
RGB
CMYK
RGB Variations
Color information
#EB6C17 (or 0xEB6C17) is known color: Pumpkin. HEX triplet: EB, 6C and 17. RGB value is (235,108,23). Sum of RGB (Red+Green+Blue) = 235+108+23=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6C17 is #1493E8. Grayscale: #888888. Windows color (decimal): -1348585 or 1535211. OLE color: 1535211.
HSL color Cylindrical-coordinate representation of color #EB6C17: hue angle of 24.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB6C17 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 23 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.08 |
| HSL | 24.06º | 0.84% | 0.51% | - |
| HSV(B) | 24.06º | 0.9% | 0.92% | - |
| XYZ | 39.78 | 28.45 | 4.21 | - |
| YUV | 136.28 | 64.08 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 23 | 0 | 0.54 | 0.90 | 0.08 | 24.06 | 0.84 | 0.51 |
| Hex | EB | 6C | 17 | 0 | 36 | 5A | 8 | 18 | 54 | 33 |
| Octal | 353 | 154 | 27 | 0 | 66 | 132 | 10 | 30 | 124 | 63 |
| Binary | 11101011 | 1101100 | 10111 | 0 | 110110 | 1011010 | 1000 | 11000 | 1010100 | 110011 |
Color Harmonies of #EB6C17
Complementary color
Monochromatic Colors of #EB6C17
Black with #EB6C17
Text Example
Text Example
White with #EB6C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C17; }
p { color: rgb(235,108,23); }
H1.HeaderClassName
{
color: #EB6C17;
}
.AnyTagClassName
{
color: #EB6C17;
}
</style>
background-color css
<style>
a { background-color: #EB6C17; }
a { background-color: rgb(235,108,23); }
div.DivClassName
{
background-color: #EB6C17;
}
.BgClassName
{
background-color: #EB6C17;
}
</style>
border-color css
<style>
span { border-color: #EB6C17; }
span { border-color: rgb(235,108,23); }
td.TdClassName
{
border-color: #EB6C17;
}
.TagClassName
{
border-color: #EB6C17;
}
</style>