Shades of Tree Poppy #E07F38
Tints of Tree Poppy #E07F38
RGB
CMYK
RGB Variations
Color information
#E07F38 (or 0xE07F38) is known color: Tree Poppy. HEX triplet: E0, 7F and 38. RGB value is (224,127,56). Sum of RGB (Red+Green+Blue) = 224+127+56=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F38 is #1F80C7. Grayscale: #949494. Windows color (decimal): -2064584 or 3702752. OLE color: 3702752.
HSL color Cylindrical-coordinate representation of color #E07F38: hue angle of 25.36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E07F38 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 56 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.12 |
| HSL | 25.36º | 0.73% | 0.55% | - |
| HSV(B) | 25.36º | 0.75% | 0.88% | - |
| XYZ | 39.04 | 31.31 | 7.73 | - |
| YUV | 147.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 56 | 0 | 0.43 | 0.75 | 0.12 | 25.36 | 0.73 | 0.55 |
| Hex | E0 | 7F | 38 | 0 | 2B | 4B | C | 19 | 49 | 37 |
| Octal | 340 | 177 | 70 | 0 | 53 | 113 | 14 | 31 | 111 | 67 |
| Binary | 11100000 | 1111111 | 111000 | 0 | 101011 | 1001011 | 1100 | 11001 | 1001001 | 110111 |
Color Harmonies of #E07F38
Complementary color
Monochromatic Colors of #E07F38
Black with #E07F38
Text Example
Text Example
White with #E07F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F38; }
p { color: rgb(224,127,56); }
H1.HeaderClassName
{
color: #E07F38;
}
.AnyTagClassName
{
color: #E07F38;
}
</style>
background-color css
<style>
a { background-color: #E07F38; }
a { background-color: rgb(224,127,56); }
div.DivClassName
{
background-color: #E07F38;
}
.BgClassName
{
background-color: #E07F38;
}
</style>
border-color css
<style>
span { border-color: #E07F38; }
span { border-color: rgb(224,127,56); }
td.TdClassName
{
border-color: #E07F38;
}
.TagClassName
{
border-color: #E07F38;
}
</style>