#E49C49

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

Shades of Fire Bush #E49C49

Tints of Fire Bush #E49C49

Color information

#E49C49 (or 0xE49C49) is unknown color: approx Fire Bush. HEX triplet: E4, 9C and 49. RGB value is (228,156,73). Sum of RGB (Red+Green+Blue) = 228+156+73=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C49 is #1B63B6. Grayscale: #A8A8A8. Windows color (decimal): -1794999 or 4824292. OLE color: 4824292.

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

Color convert

RGB22815673-
CMYK00.320.680.11
HSL32.13º74.16%59.02%-
HSV(B)32.13º67.98%89.41%-
XYZ45.0940.7511.79-
YUV168.0774.35170.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.89%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=49.89%
G=34.14%
B=15.97%

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
Decimal2281567300.320.680.1132.1374.1659.02
HexE49C4902044B204a3b
Octal344234111040104134011273
Binary111001001001110010010010100000100010010111000001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C49; }

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

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

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

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

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

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

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

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