Shades of Pumpkin #ED691B
Tints of Pumpkin #ED691B
RGB
CMYK
RGB Variations
Color information
#ED691B (or 0xED691B) is known color: Pumpkin. HEX triplet: ED, 69 and 1B. RGB value is (237,105,27). Sum of RGB (Red+Green+Blue) = 237+105+27=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED691B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED691B is #1296E4. Grayscale: #888888. Windows color (decimal): -1218277 or 1796589. OLE color: 1796589.
HSL color Cylindrical-coordinate representation of color #ED691B: hue angle of 22.29º 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 #ED691B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.29º | 0.85% | 0.52% | - |
| HSV(B) | 22.29º | 0.89% | 0.93% | - |
| XYZ | 40.17 | 28.19 | 4.36 | - |
| YUV | 135.58 | 66.73 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 27 | 0 | 0.56 | 0.89 | 0.07 | 22.29 | 0.85 | 0.52 |
| Hex | ED | 69 | 1B | 0 | 38 | 59 | 7 | 16 | 55 | 34 |
| Octal | 355 | 151 | 33 | 0 | 70 | 131 | 7 | 26 | 125 | 64 |
| Binary | 11101101 | 1101001 | 11011 | 0 | 111000 | 1011001 | 111 | 10110 | 1010101 | 110100 |
Color Harmonies of #ED691B
Complementary color
Monochromatic Colors of #ED691B
Black with #ED691B
Text Example
Text Example
White with #ED691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED691B; }
p { color: rgb(237,105,27); }
H1.HeaderClassName
{
color: #ED691B;
}
.AnyTagClassName
{
color: #ED691B;
}
</style>
background-color css
<style>
a { background-color: #ED691B; }
a { background-color: rgb(237,105,27); }
div.DivClassName
{
background-color: #ED691B;
}
.BgClassName
{
background-color: #ED691B;
}
</style>
border-color css
<style>
span { border-color: #ED691B; }
span { border-color: rgb(237,105,27); }
td.TdClassName
{
border-color: #ED691B;
}
.TagClassName
{
border-color: #ED691B;
}
</style>