#E1943E

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

Shades of Fire Bush #E1943E

Tints of Fire Bush #E1943E

Color information

#E1943E (or 0xE1943E) is unknown color: approx Fire Bush. HEX triplet: E1, 94 and 3E. RGB value is (225,148,62). Sum of RGB (Red+Green+Blue) = 225+148+62=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1943E is #1E6BC1. Grayscale: #A1A1A1. Windows color (decimal): -1993666 or 4101345. OLE color: 4101345.

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

Color convert

RGB22514862-
CMYK00.340.720.12
HSL31.66º73.09%56.27%-
HSV(B)31.66º72.44%88.24%-
XYZ42.5137.549.56-
YUV161.2272.01173.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=51.72%
G=34.02%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251486200.340.720.1231.6673.0956.27
HexE1943E02248C204938
Octal34122476042110144011170
Binary11100001100101001111100100010100100011001000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1943E; }

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

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

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

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

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

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

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

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