Shades of Tree Poppy #E28240
Tints of Tree Poppy #E28240
RGB
CMYK
RGB Variations
Color information
#E28240 (or 0xE28240) is known color: Tree Poppy. HEX triplet: E2, 82 and 40. RGB value is (226,130,64). Sum of RGB (Red+Green+Blue) = 226+130+64=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E28240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28240 is #1D7DBF. Grayscale: #979797. Windows color (decimal): -1932736 or 4227810. OLE color: 4227810.
HSL color Cylindrical-coordinate representation of color #E28240: hue angle of 24.44º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E28240 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 64 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.11 |
| HSL | 24.44º | 0.74% | 0.57% | - |
| HSV(B) | 24.44º | 0.72% | 0.89% | - |
| XYZ | 40.27 | 32.5 | 9 | - |
| YUV | 151.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 64 | 0 | 0.42 | 0.72 | 0.11 | 24.44 | 0.74 | 0.57 |
| Hex | E2 | 82 | 40 | 0 | 2A | 48 | B | 18 | 4A | 39 |
| Octal | 342 | 202 | 100 | 0 | 52 | 110 | 13 | 30 | 112 | 71 |
| Binary | 11100010 | 10000010 | 1000000 | 0 | 101010 | 1001000 | 1011 | 11000 | 1001010 | 111001 |
Color Harmonies of #E28240
Complementary color
Monochromatic Colors of #E28240
Black with #E28240
Text Example
Text Example
White with #E28240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28240; }
p { color: rgb(226,130,64); }
H1.HeaderClassName
{
color: #E28240;
}
.AnyTagClassName
{
color: #E28240;
}
</style>
background-color css
<style>
a { background-color: #E28240; }
a { background-color: rgb(226,130,64); }
div.DivClassName
{
background-color: #E28240;
}
.BgClassName
{
background-color: #E28240;
}
</style>
border-color css
<style>
span { border-color: #E28240; }
span { border-color: rgb(226,130,64); }
td.TdClassName
{
border-color: #E28240;
}
.TagClassName
{
border-color: #E28240;
}
</style>