Shades of Pumpkin #ED7212
Tints of Pumpkin #ED7212
RGB
CMYK
RGB Variations
Color information
#ED7212 (or 0xED7212) is known color: Pumpkin. HEX triplet: ED, 72 and 12. RGB value is (237,114,18). Sum of RGB (Red+Green+Blue) = 237+114+18=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7212 is #128DED. Grayscale: #8C8C8C. Windows color (decimal): -1215982 or 1209069. OLE color: 1209069.
HSL color Cylindrical-coordinate representation of color #ED7212: hue angle of 26.3º 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 #ED7212 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.07 |
| HSL | 26.3º | 0.86% | 0.5% | - |
| HSV(B) | 26.3º | 0.92% | 0.93% | - |
| XYZ | 41.05 | 30.08 | 4.22 | - |
| YUV | 139.83 | 59.25 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 18 | 0 | 0.52 | 0.92 | 0.07 | 26.3 | 0.86 | 0.5 |
| Hex | ED | 72 | 12 | 0 | 34 | 5C | 7 | 1A | 56 | 32 |
| Octal | 355 | 162 | 22 | 0 | 64 | 134 | 7 | 32 | 126 | 62 |
| Binary | 11101101 | 1110010 | 10010 | 0 | 110100 | 1011100 | 111 | 11010 | 1010110 | 110010 |
Color Harmonies of #ED7212
Complementary color
Monochromatic Colors of #ED7212
Black with #ED7212
Text Example
Text Example
White with #ED7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7212; }
p { color: rgb(237,114,18); }
H1.HeaderClassName
{
color: #ED7212;
}
.AnyTagClassName
{
color: #ED7212;
}
</style>
background-color css
<style>
a { background-color: #ED7212; }
a { background-color: rgb(237,114,18); }
div.DivClassName
{
background-color: #ED7212;
}
.BgClassName
{
background-color: #ED7212;
}
</style>
border-color css
<style>
span { border-color: #ED7212; }
span { border-color: rgb(237,114,18); }
td.TdClassName
{
border-color: #ED7212;
}
.TagClassName
{
border-color: #ED7212;
}
</style>