Shades of Pumpkin #EA6D17
Tints of Pumpkin #EA6D17
RGB
CMYK
RGB Variations
Color information
#EA6D17 (or 0xEA6D17) is known color: Pumpkin. HEX triplet: EA, 6D and 17. RGB value is (234,109,23). Sum of RGB (Red+Green+Blue) = 234+109+23=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6D17 is #1592E8. Grayscale: #898989. Windows color (decimal): -1413865 or 1535466. OLE color: 1535466.
HSL color Cylindrical-coordinate representation of color #EA6D17: hue angle of 24.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA6D17 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 23 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.08 |
| HSL | 24.45º | 0.83% | 0.5% | - |
| HSV(B) | 24.45º | 0.9% | 0.92% | - |
| XYZ | 39.55 | 28.49 | 4.23 | - |
| YUV | 136.57 | 63.91 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 23 | 0 | 0.53 | 0.90 | 0.08 | 24.45 | 0.83 | 0.5 |
| Hex | EA | 6D | 17 | 0 | 35 | 5A | 8 | 18 | 53 | 32 |
| Octal | 352 | 155 | 27 | 0 | 65 | 132 | 10 | 30 | 123 | 62 |
| Binary | 11101010 | 1101101 | 10111 | 0 | 110101 | 1011010 | 1000 | 11000 | 1010011 | 110010 |
Color Harmonies of #EA6D17
Complementary color
Monochromatic Colors of #EA6D17
Black with #EA6D17
Text Example
Text Example
White with #EA6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D17; }
p { color: rgb(234,109,23); }
H1.HeaderClassName
{
color: #EA6D17;
}
.AnyTagClassName
{
color: #EA6D17;
}
</style>
background-color css
<style>
a { background-color: #EA6D17; }
a { background-color: rgb(234,109,23); }
div.DivClassName
{
background-color: #EA6D17;
}
.BgClassName
{
background-color: #EA6D17;
}
</style>
border-color css
<style>
span { border-color: #EA6D17; }
span { border-color: rgb(234,109,23); }
td.TdClassName
{
border-color: #EA6D17;
}
.TagClassName
{
border-color: #EA6D17;
}
</style>