#E1A44A

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

Shades of Fire Bush #E1A44A

Tints of Fire Bush #E1A44A

Color information

#E1A44A (or 0xE1A44A) is unknown color: approx Fire Bush. HEX triplet: E1, A4 and 4A. RGB value is (225,164,74). Sum of RGB (Red+Green+Blue) = 225+164+74=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A44A is #1E5BB5. Grayscale: #ACACAC. Windows color (decimal): -1989558 or 4891873. OLE color: 4891873.

HSL color Cylindrical-coordinate representation of color #E1A44A: hue angle of 35.76º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1A44A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22516474-
CMYK00.270.670.12
HSL35.76º71.56%58.63%-
HSV(B)35.76º67.11%88.24%-
XYZ45.5643.0512.39-
YUV171.9872.71165.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=48.60%
G=35.42%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251647400.270.670.1235.7671.5658.63
HexE1A44A01B43C24483b
Octal341244112033103144411073
Binary11100001101001001001010011011100001111001001001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A44A; }

 p { color: rgb(225,164,74); }

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

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

 a { background-color: rgb(225,164,74); }

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

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

 span { border-color: rgb(225,164,74); }

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