#E1A249

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

Shades of Fire Bush #E1A249

Tints of Fire Bush #E1A249

Color information

#E1A249 (or 0xE1A249) is unknown color: approx Fire Bush. HEX triplet: E1, A2 and 49. RGB value is (225,162,73). Sum of RGB (Red+Green+Blue) = 225+162+73=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A249 is #1E5DB6. Grayscale: #ABABAB. Windows color (decimal): -1990071 or 4825825. OLE color: 4825825.

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

Color convert

RGB22516273-
CMYK00.280.680.12
HSL35.13º71.7%58.43%-
HSV(B)35.13º67.56%88.24%-
XYZ45.1742.3312.09-
YUV170.6972.87166.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 73 (28.91% from 255) = 15.87%
R=48.91%
G=35.22%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251627300.280.680.1235.1371.758.43
HexE1A24901C44C23483a
Octal341242111034104144311072
Binary11100001101000101001001011100100010011001000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A249; }

 p { color: rgb(225,162,73); }

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

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

 a { background-color: rgb(225,162,73); }

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

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

 span { border-color: rgb(225,162,73); }

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