Shades of Pumpkin #ED781B
Tints of Pumpkin #ED781B
RGB
CMYK
RGB Variations
Color information
#ED781B (or 0xED781B) is known color: Pumpkin. HEX triplet: ED, 78 and 1B. RGB value is (237,120,27). Sum of RGB (Red+Green+Blue) = 237+120+27=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED781B is #1287E4. Grayscale: #909090. Windows color (decimal): -1214437 or 1800429. OLE color: 1800429.
HSL color Cylindrical-coordinate representation of color #ED781B: hue angle of 26.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED781B is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 27 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.07 |
| HSL | 26.57º | 0.85% | 0.52% | - |
| HSV(B) | 26.57º | 0.89% | 0.93% | - |
| XYZ | 41.84 | 31.52 | 4.92 | - |
| YUV | 144.38 | 61.76 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 27 | 0 | 0.49 | 0.89 | 0.07 | 26.57 | 0.85 | 0.52 |
| Hex | ED | 78 | 1B | 0 | 31 | 59 | 7 | 1B | 55 | 34 |
| Octal | 355 | 170 | 33 | 0 | 61 | 131 | 7 | 33 | 125 | 64 |
| Binary | 11101101 | 1111000 | 11011 | 0 | 110001 | 1011001 | 111 | 11011 | 1010101 | 110100 |
Color Harmonies of #ED781B
Complementary color
Monochromatic Colors of #ED781B
Black with #ED781B
Text Example
Text Example
White with #ED781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED781B; }
p { color: rgb(237,120,27); }
H1.HeaderClassName
{
color: #ED781B;
}
.AnyTagClassName
{
color: #ED781B;
}
</style>
background-color css
<style>
a { background-color: #ED781B; }
a { background-color: rgb(237,120,27); }
div.DivClassName
{
background-color: #ED781B;
}
.BgClassName
{
background-color: #ED781B;
}
</style>
border-color css
<style>
span { border-color: #ED781B; }
span { border-color: rgb(237,120,27); }
td.TdClassName
{
border-color: #ED781B;
}
.TagClassName
{
border-color: #ED781B;
}
</style>