#E49D3D

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

Shades of Fire Bush #E49D3D

Tints of Fire Bush #E49D3D

Color information

#E49D3D (or 0xE49D3D) is unknown color: approx Fire Bush. HEX triplet: E4, 9D and 3D. RGB value is (228,157,61). Sum of RGB (Red+Green+Blue) = 228+157+61=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D3D is #1B62C2. Grayscale: #A7A7A7. Windows color (decimal): -1794755 or 4038116. OLE color: 4038116.

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

Color convert

RGB22815761-
CMYK00.310.730.11
HSL34.49º75.57%56.67%-
HSV(B)34.49º73.25%89.41%-
XYZ44.8940.949.95-
YUV167.2868.02171.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.12%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 61 (24.22% from 255) = 13.68%
R=51.12%
G=35.20%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281576100.310.730.1134.4975.5756.67
HexE49D3D01F49B224c39
Octal34423575037111134211471
Binary1110010010011101111101011111100100110111000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49D3D; }

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

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

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

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

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

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

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

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