Shades of Pumpkin #ED7B17
Tints of Pumpkin #ED7B17
RGB
CMYK
RGB Variations
Color information
#ED7B17 (or 0xED7B17) is known color: Pumpkin. HEX triplet: ED, 7B and 17. RGB value is (237,123,23). Sum of RGB (Red+Green+Blue) = 237+123+23=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7B17 is #1284E8. Grayscale: #929292. Windows color (decimal): -1213673 or 1539053. OLE color: 1539053.
HSL color Cylindrical-coordinate representation of color #ED7B17: hue angle of 28.04º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED7B17 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 23 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.07 |
| HSL | 28.04º | 0.86% | 0.51% | - |
| HSV(B) | 28.04º | 0.9% | 0.93% | - |
| XYZ | 42.16 | 32.23 | 4.81 | - |
| YUV | 145.69 | 58.77 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 23 | 0 | 0.48 | 0.90 | 0.07 | 28.04 | 0.86 | 0.51 |
| Hex | ED | 7B | 17 | 0 | 30 | 5A | 7 | 1C | 56 | 33 |
| Octal | 355 | 173 | 27 | 0 | 60 | 132 | 7 | 34 | 126 | 63 |
| Binary | 11101101 | 1111011 | 10111 | 0 | 110000 | 1011010 | 111 | 11100 | 1010110 | 110011 |
Color Harmonies of #ED7B17
Complementary color
Monochromatic Colors of #ED7B17
Black with #ED7B17
Text Example
Text Example
White with #ED7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B17; }
p { color: rgb(237,123,23); }
H1.HeaderClassName
{
color: #ED7B17;
}
.AnyTagClassName
{
color: #ED7B17;
}
</style>
background-color css
<style>
a { background-color: #ED7B17; }
a { background-color: rgb(237,123,23); }
div.DivClassName
{
background-color: #ED7B17;
}
.BgClassName
{
background-color: #ED7B17;
}
</style>
border-color css
<style>
span { border-color: #ED7B17; }
span { border-color: rgb(237,123,23); }
td.TdClassName
{
border-color: #ED7B17;
}
.TagClassName
{
border-color: #ED7B17;
}
</style>