#E5A041

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

Shades of Fire Bush #E5A041

Tints of Fire Bush #E5A041

Color information

#E5A041 (or 0xE5A041) is unknown color: approx Fire Bush. HEX triplet: E5, A0 and 41. RGB value is (229,160,65). Sum of RGB (Red+Green+Blue) = 229+160+65=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A041 is #1A5FBE. Grayscale: #AAAAAA. Windows color (decimal): -1728447 or 4301029. OLE color: 4301029.

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

Color convert

RGB22916065-
CMYK00.300.720.10
HSL34.76º75.93%57.65%-
HSV(B)34.76º71.62%89.8%-
XYZ45.8442.1810.73-
YUV169.868.86170.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=50.44%
G=35.24%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291606500.300.720.1034.7675.9357.65
HexE5A04101E48A234c3a
Octal345240101036110124311472
Binary11100101101000001000001011110100100010101000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A041; }

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

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

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

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

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

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

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

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