Shades of Pumpkin #EB6518
Tints of Pumpkin #EB6518
RGB
CMYK
RGB Variations
Color information
#EB6518 (or 0xEB6518) is known color: Pumpkin. HEX triplet: EB, 65 and 18. RGB value is (235,101,24). Sum of RGB (Red+Green+Blue) = 235+101+24=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6518 is #149AE7. Grayscale: #848484. Windows color (decimal): -1350376 or 1598955. OLE color: 1598955.
HSL color Cylindrical-coordinate representation of color #EB6518: hue angle of 21.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB6518 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 24 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.08 |
| HSL | 21.9º | 0.84% | 0.51% | - |
| HSV(B) | 21.9º | 0.9% | 0.92% | - |
| XYZ | 39.08 | 27.04 | 4.02 | - |
| YUV | 132.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 24 | 0 | 0.57 | 0.90 | 0.08 | 21.9 | 0.84 | 0.51 |
| Hex | EB | 65 | 18 | 0 | 39 | 5A | 8 | 16 | 54 | 33 |
| Octal | 353 | 145 | 30 | 0 | 71 | 132 | 10 | 26 | 124 | 63 |
| Binary | 11101011 | 1100101 | 11000 | 0 | 111001 | 1011010 | 1000 | 10110 | 1010100 | 110011 |
Color Harmonies of #EB6518
Complementary color
Monochromatic Colors of #EB6518
Black with #EB6518
Text Example
Text Example
White with #EB6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6518; }
p { color: rgb(235,101,24); }
H1.HeaderClassName
{
color: #EB6518;
}
.AnyTagClassName
{
color: #EB6518;
}
</style>
background-color css
<style>
a { background-color: #EB6518; }
a { background-color: rgb(235,101,24); }
div.DivClassName
{
background-color: #EB6518;
}
.BgClassName
{
background-color: #EB6518;
}
</style>
border-color css
<style>
span { border-color: #EB6518; }
span { border-color: rgb(235,101,24); }
td.TdClassName
{
border-color: #EB6518;
}
.TagClassName
{
border-color: #EB6518;
}
</style>