Shades of Pumpkin #ED6915
Tints of Pumpkin #ED6915
RGB
CMYK
RGB Variations
Color information
#ED6915 (or 0xED6915) is known color: Pumpkin. HEX triplet: ED, 69 and 15. RGB value is (237,105,21). Sum of RGB (Red+Green+Blue) = 237+105+21=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6915 is #1296EA. Grayscale: #878787. Windows color (decimal): -1218283 or 1403373. OLE color: 1403373.
HSL color Cylindrical-coordinate representation of color #ED6915: hue angle of 23.33º 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 #ED6915 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.07 |
| HSL | 23.33º | 0.86% | 0.51% | - |
| HSV(B) | 23.33º | 0.91% | 0.93% | - |
| XYZ | 40.11 | 28.16 | 4.03 | - |
| YUV | 134.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 21 | 0 | 0.56 | 0.91 | 0.07 | 23.33 | 0.86 | 0.51 |
| Hex | ED | 69 | 15 | 0 | 38 | 5B | 7 | 17 | 56 | 33 |
| Octal | 355 | 151 | 25 | 0 | 70 | 133 | 7 | 27 | 126 | 63 |
| Binary | 11101101 | 1101001 | 10101 | 0 | 111000 | 1011011 | 111 | 10111 | 1010110 | 110011 |
Color Harmonies of #ED6915
Complementary color
Monochromatic Colors of #ED6915
Black with #ED6915
Text Example
Text Example
White with #ED6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6915; }
p { color: rgb(237,105,21); }
H1.HeaderClassName
{
color: #ED6915;
}
.AnyTagClassName
{
color: #ED6915;
}
</style>
background-color css
<style>
a { background-color: #ED6915; }
a { background-color: rgb(237,105,21); }
div.DivClassName
{
background-color: #ED6915;
}
.BgClassName
{
background-color: #ED6915;
}
</style>
border-color css
<style>
span { border-color: #ED6915; }
span { border-color: rgb(237,105,21); }
td.TdClassName
{
border-color: #ED6915;
}
.TagClassName
{
border-color: #ED6915;
}
</style>