Shades of Pumpkin #ED6819
Tints of Pumpkin #ED6819
RGB
CMYK
RGB Variations
Color information
#ED6819 (or 0xED6819) is known color: Pumpkin. HEX triplet: ED, 68 and 19. RGB value is (237,104,25). Sum of RGB (Red+Green+Blue) = 237+104+25=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6819 is #1297E6. Grayscale: #878787. Windows color (decimal): -1218535 or 1665261. OLE color: 1665261.
HSL color Cylindrical-coordinate representation of color #ED6819: hue angle of 22.36º 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 #ED6819 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.36º | 0.85% | 0.51% | - |
| HSV(B) | 22.36º | 0.89% | 0.93% | - |
| XYZ | 40.05 | 27.98 | 4.21 | - |
| YUV | 134.76 | 66.06 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 25 | 0 | 0.56 | 0.89 | 0.07 | 22.36 | 0.85 | 0.51 |
| Hex | ED | 68 | 19 | 0 | 38 | 59 | 7 | 16 | 55 | 33 |
| Octal | 355 | 150 | 31 | 0 | 70 | 131 | 7 | 26 | 125 | 63 |
| Binary | 11101101 | 1101000 | 11001 | 0 | 111000 | 1011001 | 111 | 10110 | 1010101 | 110011 |
Color Harmonies of #ED6819
Complementary color
Monochromatic Colors of #ED6819
Black with #ED6819
Text Example
Text Example
White with #ED6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6819; }
p { color: rgb(237,104,25); }
H1.HeaderClassName
{
color: #ED6819;
}
.AnyTagClassName
{
color: #ED6819;
}
</style>
background-color css
<style>
a { background-color: #ED6819; }
a { background-color: rgb(237,104,25); }
div.DivClassName
{
background-color: #ED6819;
}
.BgClassName
{
background-color: #ED6819;
}
</style>
border-color css
<style>
span { border-color: #ED6819; }
span { border-color: rgb(237,104,25); }
td.TdClassName
{
border-color: #ED6819;
}
.TagClassName
{
border-color: #ED6819;
}
</style>