Shades of Pumpkin #ED781A
Tints of Pumpkin #ED781A
RGB
CMYK
RGB Variations
Color information
#ED781A (or 0xED781A) is known color: Pumpkin. HEX triplet: ED, 78 and 1A. RGB value is (237,120,26). Sum of RGB (Red+Green+Blue) = 237+120+26=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED781A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED781A is #1287E5. Grayscale: #909090. Windows color (decimal): -1214438 or 1734893. OLE color: 1734893.
HSL color Cylindrical-coordinate representation of color #ED781A: hue angle of 26.73º 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 #ED781A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 26 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.07 |
| HSL | 26.73º | 0.85% | 0.52% | - |
| HSV(B) | 26.73º | 0.89% | 0.93% | - |
| XYZ | 41.83 | 31.51 | 4.86 | - |
| YUV | 144.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 26 | 0 | 0.49 | 0.89 | 0.07 | 26.73 | 0.85 | 0.52 |
| Hex | ED | 78 | 1A | 0 | 31 | 59 | 7 | 1B | 55 | 34 |
| Octal | 355 | 170 | 32 | 0 | 61 | 131 | 7 | 33 | 125 | 64 |
| Binary | 11101101 | 1111000 | 11010 | 0 | 110001 | 1011001 | 111 | 11011 | 1010101 | 110100 |
Color Harmonies of #ED781A
Complementary color
Monochromatic Colors of #ED781A
Black with #ED781A
Text Example
Text Example
White with #ED781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED781A; }
p { color: rgb(237,120,26); }
H1.HeaderClassName
{
color: #ED781A;
}
.AnyTagClassName
{
color: #ED781A;
}
</style>
background-color css
<style>
a { background-color: #ED781A; }
a { background-color: rgb(237,120,26); }
div.DivClassName
{
background-color: #ED781A;
}
.BgClassName
{
background-color: #ED781A;
}
</style>
border-color css
<style>
span { border-color: #ED781A; }
span { border-color: rgb(237,120,26); }
td.TdClassName
{
border-color: #ED781A;
}
.TagClassName
{
border-color: #ED781A;
}
</style>