Shades of Pumpkin #ED6B19
Tints of Pumpkin #ED6B19
RGB
CMYK
RGB Variations
Color information
#ED6B19 (or 0xED6B19) is known color: Pumpkin. HEX triplet: ED, 6B and 19. RGB value is (237,107,25). Sum of RGB (Red+Green+Blue) = 237+107+25=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6B19 is #1294E6. Grayscale: #888888. Windows color (decimal): -1217767 or 1666029. OLE color: 1666029.
HSL color Cylindrical-coordinate representation of color #ED6B19: hue angle of 23.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED6B19 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.07 |
| HSL | 23.21º | 0.85% | 0.51% | - |
| HSV(B) | 23.21º | 0.89% | 0.93% | - |
| XYZ | 40.36 | 28.59 | 4.31 | - |
| YUV | 136.52 | 65.07 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 25 | 0 | 0.55 | 0.89 | 0.07 | 23.21 | 0.85 | 0.51 |
| Hex | ED | 6B | 19 | 0 | 37 | 59 | 7 | 17 | 55 | 33 |
| Octal | 355 | 153 | 31 | 0 | 67 | 131 | 7 | 27 | 125 | 63 |
| Binary | 11101101 | 1101011 | 11001 | 0 | 110111 | 1011001 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #ED6B19
Complementary color
Monochromatic Colors of #ED6B19
Black with #ED6B19
Text Example
Text Example
White with #ED6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B19; }
p { color: rgb(237,107,25); }
H1.HeaderClassName
{
color: #ED6B19;
}
.AnyTagClassName
{
color: #ED6B19;
}
</style>
background-color css
<style>
a { background-color: #ED6B19; }
a { background-color: rgb(237,107,25); }
div.DivClassName
{
background-color: #ED6B19;
}
.BgClassName
{
background-color: #ED6B19;
}
</style>
border-color css
<style>
span { border-color: #ED6B19; }
span { border-color: rgb(237,107,25); }
td.TdClassName
{
border-color: #ED6B19;
}
.TagClassName
{
border-color: #ED6B19;
}
</style>