Shades of Pumpkin #ED7B1B
Tints of Pumpkin #ED7B1B
RGB
CMYK
RGB Variations
Color information
#ED7B1B (or 0xED7B1B) is known color: Pumpkin. HEX triplet: ED, 7B and 1B. RGB value is (237,123,27). Sum of RGB (Red+Green+Blue) = 237+123+27=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7B1B is #1284E4. Grayscale: #929292. Windows color (decimal): -1213669 or 1801197. OLE color: 1801197.
HSL color Cylindrical-coordinate representation of color #ED7B1B: hue angle of 27.43º 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 #ED7B1B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 27 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.07 |
| HSL | 27.43º | 0.85% | 0.52% | - |
| HSV(B) | 27.43º | 0.89% | 0.93% | - |
| XYZ | 42.21 | 32.25 | 5.04 | - |
| YUV | 146.14 | 60.77 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 27 | 0 | 0.48 | 0.89 | 0.07 | 27.43 | 0.85 | 0.52 |
| Hex | ED | 7B | 1B | 0 | 30 | 59 | 7 | 1B | 55 | 34 |
| Octal | 355 | 173 | 33 | 0 | 60 | 131 | 7 | 33 | 125 | 64 |
| Binary | 11101101 | 1111011 | 11011 | 0 | 110000 | 1011001 | 111 | 11011 | 1010101 | 110100 |
Color Harmonies of #ED7B1B
Complementary color
Monochromatic Colors of #ED7B1B
Black with #ED7B1B
Text Example
Text Example
White with #ED7B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B1B; }
p { color: rgb(237,123,27); }
H1.HeaderClassName
{
color: #ED7B1B;
}
.AnyTagClassName
{
color: #ED7B1B;
}
</style>
background-color css
<style>
a { background-color: #ED7B1B; }
a { background-color: rgb(237,123,27); }
div.DivClassName
{
background-color: #ED7B1B;
}
.BgClassName
{
background-color: #ED7B1B;
}
</style>
border-color css
<style>
span { border-color: #ED7B1B; }
span { border-color: rgb(237,123,27); }
td.TdClassName
{
border-color: #ED7B1B;
}
.TagClassName
{
border-color: #ED7B1B;
}
</style>