Shades of Tree Poppy #E1803F
Tints of Tree Poppy #E1803F
RGB
CMYK
RGB Variations
Color information
#E1803F (or 0xE1803F) is known color: Tree Poppy. HEX triplet: E1, 80 and 3F. RGB value is (225,128,63). Sum of RGB (Red+Green+Blue) = 225+128+63=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1803F is #1E7FC0. Grayscale: #959595. Windows color (decimal): -1998785 or 4161761. OLE color: 4161761.
HSL color Cylindrical-coordinate representation of color #E1803F: hue angle of 24.07º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1803F is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 63 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.12 |
| HSL | 24.07º | 0.73% | 0.56% | - |
| HSV(B) | 24.07º | 0.72% | 0.88% | - |
| XYZ | 39.67 | 31.8 | 8.75 | - |
| YUV | 149.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 63 | 0 | 0.43 | 0.72 | 0.12 | 24.07 | 0.73 | 0.56 |
| Hex | E1 | 80 | 3F | 0 | 2B | 48 | C | 18 | 49 | 38 |
| Octal | 341 | 200 | 77 | 0 | 53 | 110 | 14 | 30 | 111 | 70 |
| Binary | 11100001 | 10000000 | 111111 | 0 | 101011 | 1001000 | 1100 | 11000 | 1001001 | 111000 |
Color Harmonies of #E1803F
Complementary color
Monochromatic Colors of #E1803F
Black with #E1803F
Text Example
Text Example
White with #E1803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1803F; }
p { color: rgb(225,128,63); }
H1.HeaderClassName
{
color: #E1803F;
}
.AnyTagClassName
{
color: #E1803F;
}
</style>
background-color css
<style>
a { background-color: #E1803F; }
a { background-color: rgb(225,128,63); }
div.DivClassName
{
background-color: #E1803F;
}
.BgClassName
{
background-color: #E1803F;
}
</style>
border-color css
<style>
span { border-color: #E1803F; }
span { border-color: rgb(225,128,63); }
td.TdClassName
{
border-color: #E1803F;
}
.TagClassName
{
border-color: #E1803F;
}
</style>