#E29049

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

Shades of Fire Bush #E29049

Tints of Fire Bush #E29049

Color information

#E29049 (or 0xE29049) is unknown color: approx Fire Bush. HEX triplet: E2, 90 and 49. RGB value is (226,144,73). Sum of RGB (Red+Green+Blue) = 226+144+73=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E29049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29049 is #1D6FB6. Grayscale: #A0A0A0. Windows color (decimal): -1929143 or 4821218. OLE color: 4821218.

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

Color convert

RGB22614473-
CMYK00.360.680.11
HSL27.84º72.51%58.63%-
HSV(B)27.84º67.7%88.63%-
XYZ42.5436.611.13-
YUV160.4278.67174.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=51.02%
G=32.51%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261447300.360.680.1127.8472.5158.63
HexE2904902444B1c493b
Octal342220111044104133411173
Binary11100010100100001001001010010010001001011111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29049; }

 p { color: rgb(226,144,73); }

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

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

 a { background-color: rgb(226,144,73); }

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

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

 span { border-color: rgb(226,144,73); }

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