#e1943c

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

Shades of Fire Bush #E1943C

Tints of Fire Bush #E1943C

Color information

#E1943C (or 0xE1943C) is unknown color: approx Fire Bush. HEX triplet: E1, 94 and 3C. RGB value is (225,148,60). Sum of RGB (Red+Green+Blue) = 225+148+60=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1943C is #1E6BC3. Grayscale: #A1A1A1. Windows color (decimal): -1993668 or 3970273. OLE color: 3970273.

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

Color convert

RGB22514860-
CMYK00.340.730.12
HSL32º73.33%55.88%-
HSV(B)32º73.33%88.24%-
XYZ42.4637.519.28-
YUV160.9971.01173.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 60 (23.83% from 255) = 13.86%
R=51.96%
G=34.18%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251486000.340.730.123273.3355.88
HexE1943C02249C204938
Octal34122474042111144011170
Binary11100001100101001111000100010100100111001000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1943c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1943c; }

 p { color: rgb(225,148,60); }

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

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

 a { background-color: rgb(225,148,60); }

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

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

 span { border-color: rgb(225,148,60); }

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