Shades of Pumpkin #EB7B17
Tints of Pumpkin #EB7B17
RGB
CMYK
RGB Variations
Color information
#EB7B17 (or 0xEB7B17) is known color: Pumpkin. HEX triplet: EB, 7B and 17. RGB value is (235,123,23). Sum of RGB (Red+Green+Blue) = 235+123+23=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7B17 is #1484E8. Grayscale: #919191. Windows color (decimal): -1344745 or 1539051. OLE color: 1539051.
HSL color Cylindrical-coordinate representation of color #EB7B17: hue angle of 28.3º 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 #EB7B17 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 123 | 23 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.08 |
| HSL | 28.3º | 0.84% | 0.51% | - |
| HSV(B) | 28.3º | 0.9% | 0.92% | - |
| XYZ | 41.5 | 31.89 | 4.78 | - |
| YUV | 145.09 | 59.11 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 123 | 23 | 0 | 0.48 | 0.90 | 0.08 | 28.3 | 0.84 | 0.51 |
| Hex | EB | 7B | 17 | 0 | 30 | 5A | 8 | 1C | 54 | 33 |
| Octal | 353 | 173 | 27 | 0 | 60 | 132 | 10 | 34 | 124 | 63 |
| Binary | 11101011 | 1111011 | 10111 | 0 | 110000 | 1011010 | 1000 | 11100 | 1010100 | 110011 |
Color Harmonies of #EB7B17
Complementary color
Monochromatic Colors of #EB7B17
Black with #EB7B17
Text Example
Text Example
White with #EB7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7B17; }
p { color: rgb(235,123,23); }
H1.HeaderClassName
{
color: #EB7B17;
}
.AnyTagClassName
{
color: #EB7B17;
}
</style>
background-color css
<style>
a { background-color: #EB7B17; }
a { background-color: rgb(235,123,23); }
div.DivClassName
{
background-color: #EB7B17;
}
.BgClassName
{
background-color: #EB7B17;
}
</style>
border-color css
<style>
span { border-color: #EB7B17; }
span { border-color: rgb(235,123,23); }
td.TdClassName
{
border-color: #EB7B17;
}
.TagClassName
{
border-color: #EB7B17;
}
</style>