#E19140

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

Shades of Fire Bush #E19140

Tints of Fire Bush #E19140

Color information

#E19140 (or 0xE19140) is unknown color: approx Fire Bush. HEX triplet: E1, 91 and 40. RGB value is (225,145,64). Sum of RGB (Red+Green+Blue) = 225+145+64=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E19140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19140 is #1E6EBF. Grayscale: #A0A0A0. Windows color (decimal): -1994432 or 4231649. OLE color: 4231649.

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

Color convert

RGB22514564-
CMYK00.360.720.12
HSL30.19º72.85%56.67%-
HSV(B)30.19º71.56%88.24%-
XYZ42.136.639.7-
YUV159.6974174.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.84%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 64 (25.39% from 255) = 14.75%
R=51.84%
G=33.41%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251456400.360.720.1230.1972.8556.67
HexE1914002448C1e4939
Octal341221100044110143611171
Binary11100001100100011000000010010010010001100111101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19140; }

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

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

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

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

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

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

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

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