Shades of Pumpkin #EC6B18
Tints of Pumpkin #EC6B18
RGB
CMYK
RGB Variations
Color information
#EC6B18 (or 0xEC6B18) is known color: Pumpkin. HEX triplet: EC, 6B and 18. RGB value is (236,107,24). Sum of RGB (Red+Green+Blue) = 236+107+24=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B18 is #1394E7. Grayscale: #888888. Windows color (decimal): -1283304 or 1600492. OLE color: 1600492.
HSL color Cylindrical-coordinate representation of color #EC6B18: hue angle of 23.49º degrees, saturation: 0.85, 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 #EC6B18 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 24 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.07 |
| HSL | 23.49º | 0.85% | 0.51% | - |
| HSV(B) | 23.49º | 0.9% | 0.93% | - |
| XYZ | 40.01 | 28.41 | 4.24 | - |
| YUV | 136.11 | 64.74 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 24 | 0 | 0.55 | 0.90 | 0.07 | 23.49 | 0.85 | 0.51 |
| Hex | EC | 6B | 18 | 0 | 37 | 5A | 7 | 17 | 55 | 33 |
| Octal | 354 | 153 | 30 | 0 | 67 | 132 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101011 | 11000 | 0 | 110111 | 1011010 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6B18
Complementary color
Monochromatic Colors of #EC6B18
Black with #EC6B18
Text Example
Text Example
White with #EC6B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B18; }
p { color: rgb(236,107,24); }
H1.HeaderClassName
{
color: #EC6B18;
}
.AnyTagClassName
{
color: #EC6B18;
}
</style>
background-color css
<style>
a { background-color: #EC6B18; }
a { background-color: rgb(236,107,24); }
div.DivClassName
{
background-color: #EC6B18;
}
.BgClassName
{
background-color: #EC6B18;
}
</style>
border-color css
<style>
span { border-color: #EC6B18; }
span { border-color: rgb(236,107,24); }
td.TdClassName
{
border-color: #EC6B18;
}
.TagClassName
{
border-color: #EC6B18;
}
</style>