#E49A49

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

Shades of Fire Bush #E49A49

Tints of Fire Bush #E49A49

Color information

#E49A49 (or 0xE49A49) is unknown color: approx Fire Bush. HEX triplet: E4, 9A and 49. RGB value is (228,154,73). Sum of RGB (Red+Green+Blue) = 228+154+73=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49A49 is #1B65B6. Grayscale: #A7A7A7. Windows color (decimal): -1795511 or 4823780. OLE color: 4823780.

HSL color Cylindrical-coordinate representation of color #E49A49: hue angle of 31.35º 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 #E49A49 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22815473-
CMYK00.320.680.11
HSL31.35º74.16%59.02%-
HSV(B)31.35º67.98%89.41%-
XYZ44.7540.0911.68-
YUV166.8975.02171.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=50.11%
G=33.85%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281547300.320.680.1131.3574.1659.02
HexE49A4902044B1f4a3b
Octal344232111040104133711273
Binary11100100100110101001001010000010001001011111111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49A49; }

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

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

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

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

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

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

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

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