#e1a04c

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

Shades of Fire Bush #E1A04C

Tints of Fire Bush #E1A04C

Color information

#E1A04C (or 0xE1A04C) is unknown color: approx Fire Bush. HEX triplet: E1, A0 and 4C. RGB value is (225,160,76). Sum of RGB (Red+Green+Blue) = 225+160+76=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A04C is #1E5FB3. Grayscale: #AAAAAA. Windows color (decimal): -1990580 or 5021921. OLE color: 5021921.

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

Color convert

RGB22516076-
CMYK00.290.660.12
HSL33.83º71.29%59.02%-
HSV(B)33.83º66.22%88.24%-
XYZ44.9341.6712.51-
YUV169.8675.03167.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 76 (30.08% from 255) = 16.49%
R=48.81%
G=34.71%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251607600.290.660.1233.8371.2959.02
HexE1A04C01D42C22473b
Octal341240114035102144210773
Binary11100001101000001001100011101100001011001000101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a04c; }

 p { color: rgb(225,160,76); }

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

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

 a { background-color: rgb(225,160,76); }

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

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

 span { border-color: rgb(225,160,76); }

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