#E5A04A

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

Shades of Fire Bush #E5A04A

Tints of Fire Bush #E5A04A

Color information

#E5A04A (or 0xE5A04A) is unknown color: approx Fire Bush. HEX triplet: E5, A0 and 4A. RGB value is (229,160,74). Sum of RGB (Red+Green+Blue) = 229+160+74=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A04A is #1A5FB5. Grayscale: #ABABAB. Windows color (decimal): -1728438 or 4890853. OLE color: 4890853.

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

Color convert

RGB22916074-
CMYK00.300.680.10
HSL33.29º74.88%59.41%-
HSV(B)33.29º67.69%89.8%-
XYZ46.1242.2912.21-
YUV170.8373.36169.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=49.46%
G=34.56%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291607400.300.680.1033.2974.8859.41
HexE5A04A01E44A214b3b
Octal345240112036104124111373
Binary11100101101000001001010011110100010010101000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A04A; }

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

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

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

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

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

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

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

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