Shades of Pumpkin #ED631B
Tints of Pumpkin #ED631B
RGB
CMYK
RGB Variations
Color information
#ED631B (or 0xED631B) is known color: Pumpkin. HEX triplet: ED, 63 and 1B. RGB value is (237,99,27). Sum of RGB (Red+Green+Blue) = 237+99+27=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED631B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED631B is #129CE4. Grayscale: #848484. Windows color (decimal): -1219813 or 1795053. OLE color: 1795053.
HSL color Cylindrical-coordinate representation of color #ED631B: hue angle of 20.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED631B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.07 |
| HSL | 20.57º | 0.85% | 0.52% | - |
| HSV(B) | 20.57º | 0.89% | 0.93% | - |
| XYZ | 39.58 | 27.01 | 4.16 | - |
| YUV | 132.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 27 | 0 | 0.58 | 0.89 | 0.07 | 20.57 | 0.85 | 0.52 |
| Hex | ED | 63 | 1B | 0 | 3A | 59 | 7 | 15 | 55 | 34 |
| Octal | 355 | 143 | 33 | 0 | 72 | 131 | 7 | 25 | 125 | 64 |
| Binary | 11101101 | 1100011 | 11011 | 0 | 111010 | 1011001 | 111 | 10101 | 1010101 | 110100 |
Color Harmonies of #ED631B
Complementary color
Monochromatic Colors of #ED631B
Black with #ED631B
Text Example
Text Example
White with #ED631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED631B; }
p { color: rgb(237,99,27); }
H1.HeaderClassName
{
color: #ED631B;
}
.AnyTagClassName
{
color: #ED631B;
}
</style>
background-color css
<style>
a { background-color: #ED631B; }
a { background-color: rgb(237,99,27); }
div.DivClassName
{
background-color: #ED631B;
}
.BgClassName
{
background-color: #ED631B;
}
</style>
border-color css
<style>
span { border-color: #ED631B; }
span { border-color: rgb(237,99,27); }
td.TdClassName
{
border-color: #ED631B;
}
.TagClassName
{
border-color: #ED631B;
}
</style>