#E19349

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

Shades of Fire Bush #E19349

Tints of Fire Bush #E19349

Color information

#E19349 (or 0xE19349) is unknown color: approx Fire Bush. HEX triplet: E1, 93 and 49. RGB value is (225,147,73). Sum of RGB (Red+Green+Blue) = 225+147+73=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E19349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19349 is #1E6CB6. Grayscale: #A2A2A2. Windows color (decimal): -1993911 or 4821985. OLE color: 4821985.

HSL color Cylindrical-coordinate representation of color #E19349: hue angle of 29.21º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E19349 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB22514773-
CMYK00.350.680.12
HSL29.21º71.7%58.43%-
HSV(B)29.21º67.56%88.24%-
XYZ42.6937.3611.26-
YUV161.8977.84173.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 73 (28.91% from 255) = 16.40%
R=50.56%
G=33.03%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251477300.350.680.1229.2171.758.43
HexE1934902344C1d483a
Octal341223111043104143511072
Binary11100001100100111001001010001110001001100111011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19349; }

 p { color: rgb(225,147,73); }

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

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

 a { background-color: rgb(225,147,73); }

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

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

 span { border-color: rgb(225,147,73); }

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