Shades of Tree Poppy #E18640
Tints of Tree Poppy #E18640
RGB
CMYK
RGB Variations
Color information
#E18640 (or 0xE18640) is known color: Tree Poppy. HEX triplet: E1, 86 and 40. RGB value is (225,134,64). Sum of RGB (Red+Green+Blue) = 225+134+64=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E18640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18640 is #1E79BF. Grayscale: #999999. Windows color (decimal): -1997248 or 4228833. OLE color: 4228833.
HSL color Cylindrical-coordinate representation of color #E18640: hue angle of 26.09º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E18640 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 64 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.12 |
| HSL | 26.09º | 0.73% | 0.57% | - |
| HSV(B) | 26.09º | 0.72% | 0.88% | - |
| XYZ | 40.5 | 33.43 | 9.17 | - |
| YUV | 153.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 64 | 0 | 0.40 | 0.72 | 0.12 | 26.09 | 0.73 | 0.57 |
| Hex | E1 | 86 | 40 | 0 | 28 | 48 | C | 1A | 49 | 39 |
| Octal | 341 | 206 | 100 | 0 | 50 | 110 | 14 | 32 | 111 | 71 |
| Binary | 11100001 | 10000110 | 1000000 | 0 | 101000 | 1001000 | 1100 | 11010 | 1001001 | 111001 |
Color Harmonies of #E18640
Complementary color
Monochromatic Colors of #E18640
Black with #E18640
Text Example
Text Example
White with #E18640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18640; }
p { color: rgb(225,134,64); }
H1.HeaderClassName
{
color: #E18640;
}
.AnyTagClassName
{
color: #E18640;
}
</style>
background-color css
<style>
a { background-color: #E18640; }
a { background-color: rgb(225,134,64); }
div.DivClassName
{
background-color: #E18640;
}
.BgClassName
{
background-color: #E18640;
}
</style>
border-color css
<style>
span { border-color: #E18640; }
span { border-color: rgb(225,134,64); }
td.TdClassName
{
border-color: #E18640;
}
.TagClassName
{
border-color: #E18640;
}
</style>