#E49C38

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

Shades of Fire Bush #E49C38

Tints of Fire Bush #E49C38

Color information

#E49C38 (or 0xE49C38) is unknown color: approx Fire Bush. HEX triplet: E4, 9C and 38. RGB value is (228,156,56). Sum of RGB (Red+Green+Blue) = 228+156+56=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C38 is #1B63C7. Grayscale: #A6A6A6. Windows color (decimal): -1795016 or 3710180. OLE color: 3710180.

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

Color convert

RGB22815656-
CMYK00.320.750.11
HSL34.88º76.11%55.69%-
HSV(B)34.88º75.44%89.41%-
XYZ44.640.569.22-
YUV166.1365.85172.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.82%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=51.82%
G=35.45%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281565600.320.750.1134.8876.1155.69
HexE49C380204BB234c38
Octal34423470040113134311470
Binary11100100100111001110000100000100101110111000111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C38; }

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

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

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

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

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

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

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

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