#E1A03C

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

Shades of Fire Bush #E1A03C

Tints of Fire Bush #E1A03C

Color information

#E1A03C (or 0xE1A03C) is unknown color: approx Fire Bush. HEX triplet: E1, A0 and 3C. RGB value is (225,160,60). Sum of RGB (Red+Green+Blue) = 225+160+60=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A03C is #1E5FC3. Grayscale: #A8A8A8. Windows color (decimal): -1990596 or 3973345. OLE color: 3973345.

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

Color convert

RGB22516060-
CMYK00.290.730.12
HSL36.36º73.33%55.88%-
HSV(B)36.36º73.33%88.24%-
XYZ44.4441.489.94-
YUV168.0467.03168.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=50.56%
G=35.96%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251606000.290.730.1236.3673.3355.88
HexE1A03C01D49C244938
Octal34124074035111144411170
Binary1110000110100000111100011101100100111001001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A03C; }

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

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

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

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

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

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

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

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