Shades of Pumpkin #ED6816
Tints of Pumpkin #ED6816
RGB
CMYK
RGB Variations
Color information
#ED6816 (or 0xED6816) is known color: Pumpkin. HEX triplet: ED, 68 and 16. RGB value is (237,104,22). Sum of RGB (Red+Green+Blue) = 237+104+22=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6816 is #1297E9. Grayscale: #868686. Windows color (decimal): -1218538 or 1468653. OLE color: 1468653.
HSL color Cylindrical-coordinate representation of color #ED6816: hue angle of 22.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED6816 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.07 |
| HSL | 22.88º | 0.86% | 0.51% | - |
| HSV(B) | 22.88º | 0.91% | 0.93% | - |
| XYZ | 40.02 | 27.96 | 4.05 | - |
| YUV | 134.42 | 64.56 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 22 | 0 | 0.56 | 0.91 | 0.07 | 22.88 | 0.86 | 0.51 |
| Hex | ED | 68 | 16 | 0 | 38 | 5B | 7 | 17 | 56 | 33 |
| Octal | 355 | 150 | 26 | 0 | 70 | 133 | 7 | 27 | 126 | 63 |
| Binary | 11101101 | 1101000 | 10110 | 0 | 111000 | 1011011 | 111 | 10111 | 1010110 | 110011 |
Color Harmonies of #ED6816
Complementary color
Monochromatic Colors of #ED6816
Black with #ED6816
Text Example
Text Example
White with #ED6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6816; }
p { color: rgb(237,104,22); }
H1.HeaderClassName
{
color: #ED6816;
}
.AnyTagClassName
{
color: #ED6816;
}
</style>
background-color css
<style>
a { background-color: #ED6816; }
a { background-color: rgb(237,104,22); }
div.DivClassName
{
background-color: #ED6816;
}
.BgClassName
{
background-color: #ED6816;
}
</style>
border-color css
<style>
span { border-color: #ED6816; }
span { border-color: rgb(237,104,22); }
td.TdClassName
{
border-color: #ED6816;
}
.TagClassName
{
border-color: #ED6816;
}
</style>