#E2813B

Color #E2813B Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #E2813B

Tints of Tree Poppy #E2813B

Color information

#E2813B (or 0xE2813B) is unknown color: approx 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

RGB22612959-
CMYK00.430.740.11
HSL25.15º74.22%55.88%-
HSV(B)25.15º73.89%88.63%-
XYZ4032.198.24-
YUV150.0276.64182.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 54.59%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 59 (23.44% from 255) = 14.25%
R=54.59%
G=31.16%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261295900.430.740.1125.1574.2255.88
HexE2813B02B4AB194a38
Octal34220173053112133111270
Binary1110001010000001111011010101110010101011110011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>