#E1993E

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

Shades of Fire Bush #E1993E

Tints of Fire Bush #E1993E

Color information

#E1993E (or 0xE1993E) is unknown color: approx Fire Bush. HEX triplet: E1, 99 and 3E. RGB value is (225,153,62). Sum of RGB (Red+Green+Blue) = 225+153+62=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1993E is #1E66C1. Grayscale: #A4A4A4. Windows color (decimal): -1992386 or 4102625. OLE color: 4102625.

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

Color convert

RGB22515362-
CMYK00.320.720.12
HSL33.5º73.09%56.27%-
HSV(B)33.5º72.44%88.24%-
XYZ43.3139.149.83-
YUV164.1570.35171.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.14%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 62 (24.61% from 255) = 14.09%
R=51.14%
G=34.77%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251536200.320.720.1233.573.0956.27
HexE1993E02048C214938
Octal34123176040110144111170
Binary11100001100110011111100100000100100011001000011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1993E; }

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

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

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

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

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

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

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

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