#E49C3D

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

Shades of Fire Bush #E49C3D

Tints of Fire Bush #E49C3D

Color information

#E49C3D (or 0xE49C3D) is unknown color: approx Fire Bush. HEX triplet: E4, 9C and 3D. RGB value is (228,156,61). Sum of RGB (Red+Green+Blue) = 228+156+61=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C3D is #1B63C2. Grayscale: #A7A7A7. Windows color (decimal): -1795011 or 4037860. OLE color: 4037860.

HSL color Cylindrical-coordinate representation of color #E49C3D: hue angle of 34.13º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E49C3D is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB22815661-
CMYK00.320.730.11
HSL34.13º75.57%56.67%-
HSV(B)34.13º73.25%89.41%-
XYZ44.7340.619.9-
YUV166.768.35171.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.24%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 61 (24.22% from 255) = 13.71%
R=51.24%
G=35.06%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281566100.320.730.1134.1375.5756.67
HexE49C3D02049B224c39
Octal34423475040111134211471
Binary11100100100111001111010100000100100110111000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C3D; }

 p { color: rgb(228,156,61); }

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

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

 a { background-color: rgb(228,156,61); }

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

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

 span { border-color: rgb(228,156,61); }

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