Shades of Tree Poppy #E1803D
Tints of Tree Poppy #E1803D
RGB
CMYK
RGB Variations
Color information
#E1803D (or 0xE1803D) is known color: Tree Poppy. HEX triplet: E1, 80 and 3D. RGB value is (225,128,61). Sum of RGB (Red+Green+Blue) = 225+128+61=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1803D is #1E7FC2. Grayscale: #959595. Windows color (decimal): -1998787 or 4030689. OLE color: 4030689.
HSL color Cylindrical-coordinate representation of color #E1803D: hue angle of 24.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1803D is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 61 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.12 |
| HSL | 24.51º | 0.73% | 0.56% | - |
| HSV(B) | 24.51º | 0.73% | 0.88% | - |
| XYZ | 39.61 | 31.78 | 8.46 | - |
| YUV | 149.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 61 | 0 | 0.43 | 0.73 | 0.12 | 24.51 | 0.73 | 0.56 |
| Hex | E1 | 80 | 3D | 0 | 2B | 49 | C | 19 | 49 | 38 |
| Octal | 341 | 200 | 75 | 0 | 53 | 111 | 14 | 31 | 111 | 70 |
| Binary | 11100001 | 10000000 | 111101 | 0 | 101011 | 1001001 | 1100 | 11001 | 1001001 | 111000 |
Color Harmonies of #E1803D
Complementary color
Monochromatic Colors of #E1803D
Black with #E1803D
Text Example
Text Example
White with #E1803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1803D; }
p { color: rgb(225,128,61); }
H1.HeaderClassName
{
color: #E1803D;
}
.AnyTagClassName
{
color: #E1803D;
}
</style>
background-color css
<style>
a { background-color: #E1803D; }
a { background-color: rgb(225,128,61); }
div.DivClassName
{
background-color: #E1803D;
}
.BgClassName
{
background-color: #E1803D;
}
</style>
border-color css
<style>
span { border-color: #E1803D; }
span { border-color: rgb(225,128,61); }
td.TdClassName
{
border-color: #E1803D;
}
.TagClassName
{
border-color: #E1803D;
}
</style>