#E5A13D

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

Shades of Fire Bush #E5A13D

Tints of Fire Bush #E5A13D

Color information

#E5A13D (or 0xE5A13D) is unknown color: approx Fire Bush. HEX triplet: E5, A1 and 3D. RGB value is (229,161,61). Sum of RGB (Red+Green+Blue) = 229+161+61=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A13D is #1A5EC2. Grayscale: #AAAAAA. Windows color (decimal): -1728195 or 4039141. OLE color: 4039141.

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

Color convert

RGB22916161-
CMYK00.300.730.10
HSL35.71º76.36%56.86%-
HSV(B)35.71º73.36%89.8%-
XYZ45.942.4810.2-
YUV169.9366.53170.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=50.78%
G=35.70%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291616100.300.730.1035.7176.3656.86
HexE5A13D01E49A244c39
Octal34524175036111124411471
Binary1110010110100001111101011110100100110101001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A13D; }

 p { color: rgb(229,161,61); }

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

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

 a { background-color: rgb(229,161,61); }

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

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

 span { border-color: rgb(229,161,61); }

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