#E19F3C

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

Shades of Fire Bush #E19F3C

Tints of Fire Bush #E19F3C

Color information

#E19F3C (or 0xE19F3C) is unknown color: approx Fire Bush. HEX triplet: E1, 9F and 3C. RGB value is (225,159,60). Sum of RGB (Red+Green+Blue) = 225+159+60=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19F3C is #1E60C3. Grayscale: #A7A7A7. Windows color (decimal): -1990852 or 3973089. OLE color: 3973089.

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

Color convert

RGB22515960-
CMYK00.290.730.12
HSL36º73.33%55.88%-
HSV(B)36º73.33%88.24%-
XYZ44.2741.139.88-
YUV167.4567.37169.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.68%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 60 (23.83% from 255) = 13.51%
R=50.68%
G=35.81%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251596000.290.730.123673.3355.88
HexE19F3C01D49C244938
Octal34123774035111144411170
Binary1110000110011111111100011101100100111001001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F3C; }

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

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

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

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

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

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

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

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