#E5A345

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

Shades of Fire Bush #E5A345

Tints of Fire Bush #E5A345

Color information

#E5A345 (or 0xE5A345) is unknown color: approx Fire Bush. HEX triplet: E5, A3 and 45. RGB value is (229,163,69). Sum of RGB (Red+Green+Blue) = 229+163+69=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A345 is #1A5CBA. Grayscale: #ACACAC. Windows color (decimal): -1727675 or 4563941. OLE color: 4563941.

HSL color Cylindrical-coordinate representation of color #E5A345: hue angle of 35.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5A345 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB22916369-
CMYK00.290.700.10
HSL35.25º75.47%58.43%-
HSV(B)35.25º69.87%89.8%-
XYZ46.4843.2811.53-
YUV172.0269.87168.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=49.67%
G=35.36%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291636900.290.700.1035.2575.4758.43
HexE5A34501D46A234b3a
Octal345243105035106124311372
Binary11100101101000111000101011101100011010101000111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A345; }

 p { color: rgb(229,163,69); }

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

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

 a { background-color: rgb(229,163,69); }

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

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

 span { border-color: rgb(229,163,69); }

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