Shades of Pumpkin #ED6917
Tints of Pumpkin #ED6917
RGB
CMYK
RGB Variations
Color information
#ED6917 (or 0xED6917) is known color: Pumpkin. HEX triplet: ED, 69 and 17. RGB value is (237,105,23). Sum of RGB (Red+Green+Blue) = 237+105+23=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6917 is #1296E8. Grayscale: #878787. Windows color (decimal): -1218281 or 1534445. OLE color: 1534445.
HSL color Cylindrical-coordinate representation of color #ED6917: hue angle of 22.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED6917 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 23 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.07 |
| HSL | 22.99º | 0.86% | 0.51% | - |
| HSV(B) | 22.99º | 0.9% | 0.93% | - |
| XYZ | 40.13 | 28.17 | 4.13 | - |
| YUV | 135.12 | 64.73 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 23 | 0 | 0.56 | 0.90 | 0.07 | 22.99 | 0.86 | 0.51 |
| Hex | ED | 69 | 17 | 0 | 38 | 5A | 7 | 17 | 56 | 33 |
| Octal | 355 | 151 | 27 | 0 | 70 | 132 | 7 | 27 | 126 | 63 |
| Binary | 11101101 | 1101001 | 10111 | 0 | 111000 | 1011010 | 111 | 10111 | 1010110 | 110011 |
Color Harmonies of #ED6917
Complementary color
Monochromatic Colors of #ED6917
Black with #ED6917
Text Example
Text Example
White with #ED6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6917; }
p { color: rgb(237,105,23); }
H1.HeaderClassName
{
color: #ED6917;
}
.AnyTagClassName
{
color: #ED6917;
}
</style>
background-color css
<style>
a { background-color: #ED6917; }
a { background-color: rgb(237,105,23); }
div.DivClassName
{
background-color: #ED6917;
}
.BgClassName
{
background-color: #ED6917;
}
</style>
border-color css
<style>
span { border-color: #ED6917; }
span { border-color: rgb(237,105,23); }
td.TdClassName
{
border-color: #ED6917;
}
.TagClassName
{
border-color: #ED6917;
}
</style>