Shades of Pumpkin #ED781C
Tints of Pumpkin #ED781C
RGB
CMYK
RGB Variations
Color information
#ED781C (or 0xED781C) is known color: Pumpkin. HEX triplet: ED, 78 and 1C. RGB value is (237,120,28). Sum of RGB (Red+Green+Blue) = 237+120+28=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED781C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED781C is #1287E3. Grayscale: #909090. Windows color (decimal): -1214436 or 1865965. OLE color: 1865965.
HSL color Cylindrical-coordinate representation of color #ED781C: hue angle of 26.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED781C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 28 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.07 |
| HSL | 26.41º | 0.85% | 0.52% | - |
| HSV(B) | 26.41º | 0.88% | 0.93% | - |
| XYZ | 41.85 | 31.52 | 4.98 | - |
| YUV | 144.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 28 | 0 | 0.49 | 0.88 | 0.07 | 26.41 | 0.85 | 0.52 |
| Hex | ED | 78 | 1C | 0 | 31 | 58 | 7 | 1A | 55 | 34 |
| Octal | 355 | 170 | 34 | 0 | 61 | 130 | 7 | 32 | 125 | 64 |
| Binary | 11101101 | 1111000 | 11100 | 0 | 110001 | 1011000 | 111 | 11010 | 1010101 | 110100 |
Color Harmonies of #ED781C
Complementary color
Monochromatic Colors of #ED781C
Black with #ED781C
Text Example
Text Example
White with #ED781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED781C; }
p { color: rgb(237,120,28); }
H1.HeaderClassName
{
color: #ED781C;
}
.AnyTagClassName
{
color: #ED781C;
}
</style>
background-color css
<style>
a { background-color: #ED781C; }
a { background-color: rgb(237,120,28); }
div.DivClassName
{
background-color: #ED781C;
}
.BgClassName
{
background-color: #ED781C;
}
</style>
border-color css
<style>
span { border-color: #ED781C; }
span { border-color: rgb(237,120,28); }
td.TdClassName
{
border-color: #ED781C;
}
.TagClassName
{
border-color: #ED781C;
}
</style>