Shades of Pumpkin #EA7B15
Tints of Pumpkin #EA7B15
RGB
CMYK
RGB Variations
Color information
#EA7B15 (or 0xEA7B15) is known color: Pumpkin. HEX triplet: EA, 7B and 15. RGB value is (234,123,21). Sum of RGB (Red+Green+Blue) = 234+123+21=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7B15 is #1584EA. Grayscale: #919191. Windows color (decimal): -1410283 or 1407978. OLE color: 1407978.
HSL color Cylindrical-coordinate representation of color #EA7B15: hue angle of 28.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA7B15 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 21 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.08 |
| HSL | 28.73º | 0.84% | 0.5% | - |
| HSV(B) | 28.73º | 0.91% | 0.92% | - |
| XYZ | 41.15 | 31.71 | 4.66 | - |
| YUV | 144.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 21 | 0 | 0.47 | 0.91 | 0.08 | 28.73 | 0.84 | 0.5 |
| Hex | EA | 7B | 15 | 0 | 2F | 5B | 8 | 1D | 54 | 32 |
| Octal | 352 | 173 | 25 | 0 | 57 | 133 | 10 | 35 | 124 | 62 |
| Binary | 11101010 | 1111011 | 10101 | 0 | 101111 | 1011011 | 1000 | 11101 | 1010100 | 110010 |
Color Harmonies of #EA7B15
Complementary color
Monochromatic Colors of #EA7B15
Black with #EA7B15
Text Example
Text Example
White with #EA7B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B15; }
p { color: rgb(234,123,21); }
H1.HeaderClassName
{
color: #EA7B15;
}
.AnyTagClassName
{
color: #EA7B15;
}
</style>
background-color css
<style>
a { background-color: #EA7B15; }
a { background-color: rgb(234,123,21); }
div.DivClassName
{
background-color: #EA7B15;
}
.BgClassName
{
background-color: #EA7B15;
}
</style>
border-color css
<style>
span { border-color: #EA7B15; }
span { border-color: rgb(234,123,21); }
td.TdClassName
{
border-color: #EA7B15;
}
.TagClassName
{
border-color: #EA7B15;
}
</style>