Shades of Tree Poppy #E2813B
Tints of Tree Poppy #E2813B
RGB
CMYK
RGB Variations
Color information
#E2813B (or 0xE2813B) is known color: Tree Poppy. HEX triplet: E2, 81 and 3B. RGB value is (226,129,59). Sum of RGB (Red+Green+Blue) = 226+129+59=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2813B is #1D7EC4. Grayscale: #969696. Windows color (decimal): -1932997 or 3899874. OLE color: 3899874.
HSL color Cylindrical-coordinate representation of color #E2813B: hue angle of 25.15º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2813B is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 59 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.11 |
| HSL | 25.15º | 0.74% | 0.56% | - |
| HSV(B) | 25.15º | 0.74% | 0.89% | - |
| XYZ | 40 | 32.19 | 8.24 | - |
| YUV | 150.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 59 | 0 | 0.43 | 0.74 | 0.11 | 25.15 | 0.74 | 0.56 |
| Hex | E2 | 81 | 3B | 0 | 2B | 4A | B | 19 | 4A | 38 |
| Octal | 342 | 201 | 73 | 0 | 53 | 112 | 13 | 31 | 112 | 70 |
| Binary | 11100010 | 10000001 | 111011 | 0 | 101011 | 1001010 | 1011 | 11001 | 1001010 | 111000 |
Color Harmonies of #E2813B
Complementary color
Monochromatic Colors of #E2813B
Black with #E2813B
Text Example
Text Example
White with #E2813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2813B; }
p { color: rgb(226,129,59); }
H1.HeaderClassName
{
color: #E2813B;
}
.AnyTagClassName
{
color: #E2813B;
}
</style>
background-color css
<style>
a { background-color: #E2813B; }
a { background-color: rgb(226,129,59); }
div.DivClassName
{
background-color: #E2813B;
}
.BgClassName
{
background-color: #E2813B;
}
</style>
border-color css
<style>
span { border-color: #E2813B; }
span { border-color: rgb(226,129,59); }
td.TdClassName
{
border-color: #E2813B;
}
.TagClassName
{
border-color: #E2813B;
}
</style>