#E49E4A

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

Shades of Fire Bush #E49E4A

Tints of Fire Bush #E49E4A

Color information

#E49E4A (or 0xE49E4A) is unknown color: approx Fire Bush. HEX triplet: E4, 9E and 4A. RGB value is (228,158,74). Sum of RGB (Red+Green+Blue) = 228+158+74=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49E4A is #1B61B5. Grayscale: #A9A9A9. Windows color (decimal): -1794486 or 4890340. OLE color: 4890340.

HSL color Cylindrical-coordinate representation of color #E49E4A: hue angle of 32.73º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E49E4A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22815874-
CMYK00.310.680.11
HSL32.73º74.04%59.22%-
HSV(B)32.73º67.54%89.41%-
XYZ45.4641.4412.08-
YUV169.3574.19169.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.57%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=49.57%
G=34.35%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281587400.310.680.1132.7374.0459.22
HexE49E4A01F44B214a3b
Octal344236112037104134111273
Binary11100100100111101001010011111100010010111000011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49E4A; }

 p { color: rgb(228,158,74); }

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

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

 a { background-color: rgb(228,158,74); }

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

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

 span { border-color: rgb(228,158,74); }

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