#E4A149

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

Shades of Fire Bush #E4A149

Tints of Fire Bush #E4A149

Color information

#E4A149 (or 0xE4A149) is unknown color: approx Fire Bush. HEX triplet: E4, A1 and 49. RGB value is (228,161,73). Sum of RGB (Red+Green+Blue) = 228+161+73=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A149 is #1B5EB6. Grayscale: #ABABAB. Windows color (decimal): -1793719 or 4825572. OLE color: 4825572.

HSL color Cylindrical-coordinate representation of color #E4A149: hue angle of 34.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4A149 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22816173-
CMYK00.290.680.11
HSL34.06º74.16%59.02%-
HSV(B)34.06º67.98%89.41%-
XYZ45.9442.4612.08-
YUV17172.7168.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=49.35%
G=34.85%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281617300.290.680.1134.0674.1659.02
HexE4A14901D44B224a3b
Octal344241111035104134211273
Binary11100100101000011001001011101100010010111000101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A149; }

 p { color: rgb(228,161,73); }

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

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

 a { background-color: rgb(228,161,73); }

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

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

 span { border-color: rgb(228,161,73); }

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