#e5a246

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

Shades of Fire Bush #E5A246

Tints of Fire Bush #E5A246

Color information

#E5A246 (or 0xE5A246) is unknown color: approx Fire Bush. HEX triplet: E5, A2 and 46. RGB value is (229,162,70). Sum of RGB (Red+Green+Blue) = 229+162+70=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A246 is #1A5DB9. Grayscale: #ABABAB. Windows color (decimal): -1727930 or 4629221. OLE color: 4629221.

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

Color convert

RGB22916270-
CMYK00.290.690.10
HSL34.72º75.36%58.63%-
HSV(B)34.72º69.43%89.8%-
XYZ46.3442.9411.64-
YUV171.5470.7168.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 70 (27.73% from 255) = 15.18%
R=49.67%
G=35.14%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291627000.290.690.1034.7275.3658.63
HexE5A24601D45A234b3b
Octal345242106035105124311373
Binary11100101101000101000110011101100010110101000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5a246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5a246; }

 p { color: rgb(229,162,70); }

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

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

 a { background-color: rgb(229,162,70); }

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

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

 span { border-color: rgb(229,162,70); }

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