Shades of Pumpkin #EA7517
Tints of Pumpkin #EA7517
RGB
CMYK
RGB Variations
Color information
#EA7517 (or 0xEA7517) is known color: Pumpkin. HEX triplet: EA, 75 and 17. RGB value is (234,117,23). Sum of RGB (Red+Green+Blue) = 234+117+23=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7517 is #158AE8. Grayscale: #8D8D8D. Windows color (decimal): -1411817 or 1537514. OLE color: 1537514.
HSL color Cylindrical-coordinate representation of color #EA7517: hue angle of 26.73º 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 #EA7517 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 23 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.08 |
| HSL | 26.73º | 0.83% | 0.5% | - |
| HSV(B) | 26.73º | 0.9% | 0.92% | - |
| XYZ | 40.45 | 30.28 | 4.52 | - |
| YUV | 141.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 23 | 0 | 0.5 | 0.90 | 0.08 | 26.73 | 0.83 | 0.5 |
| Hex | EA | 75 | 17 | 0 | 32 | 5A | 8 | 1B | 53 | 32 |
| Octal | 352 | 165 | 27 | 0 | 62 | 132 | 10 | 33 | 123 | 62 |
| Binary | 11101010 | 1110101 | 10111 | 0 | 110010 | 1011010 | 1000 | 11011 | 1010011 | 110010 |
Color Harmonies of #EA7517
Complementary color
Monochromatic Colors of #EA7517
Black with #EA7517
Text Example
Text Example
White with #EA7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7517; }
p { color: rgb(234,117,23); }
H1.HeaderClassName
{
color: #EA7517;
}
.AnyTagClassName
{
color: #EA7517;
}
</style>
background-color css
<style>
a { background-color: #EA7517; }
a { background-color: rgb(234,117,23); }
div.DivClassName
{
background-color: #EA7517;
}
.BgClassName
{
background-color: #EA7517;
}
</style>
border-color css
<style>
span { border-color: #EA7517; }
span { border-color: rgb(234,117,23); }
td.TdClassName
{
border-color: #EA7517;
}
.TagClassName
{
border-color: #EA7517;
}
</style>