Shades of Tree Poppy #E08030
Tints of Tree Poppy #E08030
RGB
CMYK
RGB Variations
Color information
#E08030 (or 0xE08030) is known color: Tree Poppy. HEX triplet: E0, 80 and 30. RGB value is (224,128,48). Sum of RGB (Red+Green+Blue) = 224+128+48=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E08030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08030 is #1F7FCF. Grayscale: #949494. Windows color (decimal): -2064336 or 3178720. OLE color: 3178720.
HSL color Cylindrical-coordinate representation of color #E08030: hue angle of 27.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E08030 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 48 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.12 |
| HSL | 27.27º | 0.74% | 0.53% | - |
| HSV(B) | 27.27º | 0.79% | 0.88% | - |
| XYZ | 38.99 | 31.5 | 6.82 | - |
| YUV | 147.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 48 | 0 | 0.43 | 0.79 | 0.12 | 27.27 | 0.74 | 0.53 |
| Hex | E0 | 80 | 30 | 0 | 2B | 4F | C | 1B | 4A | 35 |
| Octal | 340 | 200 | 60 | 0 | 53 | 117 | 14 | 33 | 112 | 65 |
| Binary | 11100000 | 10000000 | 110000 | 0 | 101011 | 1001111 | 1100 | 11011 | 1001010 | 110101 |
Color Harmonies of #E08030
Complementary color
Monochromatic Colors of #E08030
Black with #E08030
Text Example
Text Example
White with #E08030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08030; }
p { color: rgb(224,128,48); }
H1.HeaderClassName
{
color: #E08030;
}
.AnyTagClassName
{
color: #E08030;
}
</style>
background-color css
<style>
a { background-color: #E08030; }
a { background-color: rgb(224,128,48); }
div.DivClassName
{
background-color: #E08030;
}
.BgClassName
{
background-color: #E08030;
}
</style>
border-color css
<style>
span { border-color: #E08030; }
span { border-color: rgb(224,128,48); }
td.TdClassName
{
border-color: #E08030;
}
.TagClassName
{
border-color: #E08030;
}
</style>