Shades of Pumpkin #ED7A14
Tints of Pumpkin #ED7A14
RGB
CMYK
RGB Variations
Color information
#ED7A14 (or 0xED7A14) is known color: Pumpkin. HEX triplet: ED, 7A and 14. RGB value is (237,122,20). Sum of RGB (Red+Green+Blue) = 237+122+20=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A14 is #1285EB. Grayscale: #919191. Windows color (decimal): -1213932 or 1342189. OLE color: 1342189.
HSL color Cylindrical-coordinate representation of color #ED7A14: hue angle of 28.2º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED7A14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.07 |
| HSL | 28.2º | 0.86% | 0.5% | - |
| HSV(B) | 28.2º | 0.92% | 0.93% | - |
| XYZ | 42.01 | 31.97 | 4.62 | - |
| YUV | 144.76 | 57.6 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 20 | 0 | 0.49 | 0.92 | 0.07 | 28.2 | 0.86 | 0.5 |
| Hex | ED | 7A | 14 | 0 | 31 | 5C | 7 | 1C | 56 | 32 |
| Octal | 355 | 172 | 24 | 0 | 61 | 134 | 7 | 34 | 126 | 62 |
| Binary | 11101101 | 1111010 | 10100 | 0 | 110001 | 1011100 | 111 | 11100 | 1010110 | 110010 |
Color Harmonies of #ED7A14
Complementary color
Monochromatic Colors of #ED7A14
Black with #ED7A14
Text Example
Text Example
White with #ED7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A14; }
p { color: rgb(237,122,20); }
H1.HeaderClassName
{
color: #ED7A14;
}
.AnyTagClassName
{
color: #ED7A14;
}
</style>
background-color css
<style>
a { background-color: #ED7A14; }
a { background-color: rgb(237,122,20); }
div.DivClassName
{
background-color: #ED7A14;
}
.BgClassName
{
background-color: #ED7A14;
}
</style>
border-color css
<style>
span { border-color: #ED7A14; }
span { border-color: rgb(237,122,20); }
td.TdClassName
{
border-color: #ED7A14;
}
.TagClassName
{
border-color: #ED7A14;
}
</style>