#E2A039

Color #E2A039 Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #E2A039

Tints of Fire Bush #E2A039

Color information

#E2A039 (or 0xE2A039) is unknown color: approx Fire Bush. HEX triplet: E2, A0 and 39. RGB value is (226,160,57). Sum of RGB (Red+Green+Blue) = 226+160+57=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A039 is #1D5FC6. Grayscale: #A8A8A8. Windows color (decimal): -1925063 or 3776738. OLE color: 3776738.

HSL color Cylindrical-coordinate representation of color #E2A039: hue angle of 36.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2A039 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB22616057-
CMYK00.290.750.11
HSL36.57º74.45%55.49%-
HSV(B)36.57º74.78%88.63%-
XYZ44.6741.619.55-
YUV167.9965.37169.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 57 (22.66% from 255) = 12.87%
R=51.02%
G=36.12%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261605700.290.750.1136.5774.4555.49
HexE2A03901D4BB254a37
Octal34224071035113134511267
Binary1110001010100000111001011101100101110111001011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A039; }

 p { color: rgb(226,160,57); }

 H1.HeaderClassName
 {
   color: #E2A039;
 }
 .AnyTagClassName
 {
   color: #E2A039;
 }
</style>
background-color css

<style>
 a { background-color: #E2A039; }

 a { background-color: rgb(226,160,57); }

 div.DivClassName
 {
   background-color: #E2A039;
 }
 .BgClassName
 {
   background-color: #E2A039;
 }
</style>
border-color css

<style>
 span { border-color: #E2A039; }

 span { border-color: rgb(226,160,57); }

 td.TdClassName
 {
   border-color: #E2A039;
 }
 .TagClassName
 {
   border-color: #E2A039;
 }
</style>