#E49340

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

Shades of Fire Bush #E49340

Tints of Fire Bush #E49340

Color information

#E49340 (or 0xE49340) is unknown color: approx Fire Bush. HEX triplet: E4, 93 and 40. RGB value is (228,147,64). Sum of RGB (Red+Green+Blue) = 228+147+64=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E49340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49340 is #1B6CBF. Grayscale: #A2A2A2. Windows color (decimal): -1797312 or 4232164. OLE color: 4232164.

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

Color convert

RGB22814764-
CMYK00.360.720.11
HSL30.37º75.23%57.25%-
HSV(B)30.37º71.93%89.41%-
XYZ43.3537.739.85-
YUV161.7672.84175.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.94%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=51.94%
G=33.49%
B=14.58%

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
Decimal2281476400.360.720.1130.3775.2357.25
HexE4934002448B1e4b39
Octal344223100044110133611371
Binary11100100100100111000000010010010010001011111101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49340; }

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

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

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

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

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

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

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

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