#E5A03C

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

Shades of Fire Bush #E5A03C

Tints of Fire Bush #E5A03C

Color information

#E5A03C (or 0xE5A03C) is unknown color: approx Fire Bush. HEX triplet: E5, A0 and 3C. RGB value is (229,160,60). Sum of RGB (Red+Green+Blue) = 229+160+60=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A03C is #1A5FC3. Grayscale: #A9A9A9. Windows color (decimal): -1728452 or 3973349. OLE color: 3973349.

HSL color Cylindrical-coordinate representation of color #E5A03C: hue angle of 35.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5A03C is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB22916060-
CMYK00.300.740.10
HSL35.5º76.47%56.67%-
HSV(B)35.5º73.8%89.8%-
XYZ45.742.1310-
YUV169.2366.36170.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 60 (23.83% from 255) = 13.36%
R=51.00%
G=35.63%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291606000.300.740.1035.576.4756.67
HexE5A03C01E4AA244c39
Octal34524074036112124411471
Binary1110010110100000111100011110100101010101001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A03C; }

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

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

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

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

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

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

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

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