#E49140

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

Shades of Fire Bush #E49140

Tints of Fire Bush #E49140

Color information

#E49140 (or 0xE49140) is unknown color: approx Fire Bush. HEX triplet: E4, 91 and 40. RGB value is (228,145,64). Sum of RGB (Red+Green+Blue) = 228+145+64=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E49140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49140 is #1B6EBF. Grayscale: #A0A0A0. Windows color (decimal): -1797824 or 4231652. OLE color: 4231652.

HSL color Cylindrical-coordinate representation of color #E49140: hue angle of 29.63º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E49140 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB22814564-
CMYK00.360.720.11
HSL29.63º75.23%57.25%-
HSV(B)29.63º71.93%89.41%-
XYZ43.0537.119.75-
YUV160.5873.5176.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.17%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=52.17%
G=33.18%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281456400.360.720.1129.6375.2357.25
HexE4914002448B1e4b39
Octal344221100044110133611371
Binary11100100100100011000000010010010010001011111101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49140; }

 p { color: rgb(228,145,64); }

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

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

 a { background-color: rgb(228,145,64); }

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

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

 span { border-color: rgb(228,145,64); }

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