Shades of Pumpkin #EA6C18
Tints of Pumpkin #EA6C18
RGB
CMYK
RGB Variations
Color information
#EA6C18 (or 0xEA6C18) is known color: Pumpkin. HEX triplet: EA, 6C and 18. RGB value is (234,108,24). Sum of RGB (Red+Green+Blue) = 234+108+24=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6C18 is #1593E7. Grayscale: #888888. Windows color (decimal): -1414120 or 1600746. OLE color: 1600746.
HSL color Cylindrical-coordinate representation of color #EA6C18: hue angle of 24º degrees, saturation: 0.83, 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 #EA6C18 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 24 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.08 |
| HSL | 24º | 0.83% | 0.51% | - |
| HSV(B) | 24º | 0.9% | 0.92% | - |
| XYZ | 39.46 | 28.28 | 4.24 | - |
| YUV | 136.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 24 | 0 | 0.54 | 0.90 | 0.08 | 24 | 0.83 | 0.51 |
| Hex | EA | 6C | 18 | 0 | 36 | 5A | 8 | 18 | 53 | 33 |
| Octal | 352 | 154 | 30 | 0 | 66 | 132 | 10 | 30 | 123 | 63 |
| Binary | 11101010 | 1101100 | 11000 | 0 | 110110 | 1011010 | 1000 | 11000 | 1010011 | 110011 |
Color Harmonies of #EA6C18
Complementary color
Monochromatic Colors of #EA6C18
Black with #EA6C18
Text Example
Text Example
White with #EA6C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C18; }
p { color: rgb(234,108,24); }
H1.HeaderClassName
{
color: #EA6C18;
}
.AnyTagClassName
{
color: #EA6C18;
}
</style>
background-color css
<style>
a { background-color: #EA6C18; }
a { background-color: rgb(234,108,24); }
div.DivClassName
{
background-color: #EA6C18;
}
.BgClassName
{
background-color: #EA6C18;
}
</style>
border-color css
<style>
span { border-color: #EA6C18; }
span { border-color: rgb(234,108,24); }
td.TdClassName
{
border-color: #EA6C18;
}
.TagClassName
{
border-color: #EA6C18;
}
</style>