Shades of Pumpkin #EB6717
Tints of Pumpkin #EB6717
RGB
CMYK
RGB Variations
Color information
#EB6717 (or 0xEB6717) is known color: Pumpkin. HEX triplet: EB, 67 and 17. RGB value is (235,103,23). Sum of RGB (Red+Green+Blue) = 235+103+23=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6717 is #1498E8. Grayscale: #858585. Windows color (decimal): -1349865 or 1533931. OLE color: 1533931.
HSL color Cylindrical-coordinate representation of color #EB6717: hue angle of 22.64º 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 #EB6717 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 23 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.08 |
| HSL | 22.64º | 0.84% | 0.51% | - |
| HSV(B) | 22.64º | 0.9% | 0.92% | - |
| XYZ | 39.27 | 27.42 | 4.03 | - |
| YUV | 133.35 | 65.73 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 23 | 0 | 0.56 | 0.90 | 0.08 | 22.64 | 0.84 | 0.51 |
| Hex | EB | 67 | 17 | 0 | 38 | 5A | 8 | 17 | 54 | 33 |
| Octal | 353 | 147 | 27 | 0 | 70 | 132 | 10 | 27 | 124 | 63 |
| Binary | 11101011 | 1100111 | 10111 | 0 | 111000 | 1011010 | 1000 | 10111 | 1010100 | 110011 |
Color Harmonies of #EB6717
Complementary color
Monochromatic Colors of #EB6717
Black with #EB6717
Text Example
Text Example
White with #EB6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6717; }
p { color: rgb(235,103,23); }
H1.HeaderClassName
{
color: #EB6717;
}
.AnyTagClassName
{
color: #EB6717;
}
</style>
background-color css
<style>
a { background-color: #EB6717; }
a { background-color: rgb(235,103,23); }
div.DivClassName
{
background-color: #EB6717;
}
.BgClassName
{
background-color: #EB6717;
}
</style>
border-color css
<style>
span { border-color: #EB6717; }
span { border-color: rgb(235,103,23); }
td.TdClassName
{
border-color: #EB6717;
}
.TagClassName
{
border-color: #EB6717;
}
</style>