#E49C35

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

Shades of Fire Bush #E49C35

Tints of Fire Bush #E49C35

Color information

#E49C35 (or 0xE49C35) is unknown color: approx Fire Bush. HEX triplet: E4, 9C and 35. RGB value is (228,156,53). Sum of RGB (Red+Green+Blue) = 228+156+53=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C35 is #1B63CA. Grayscale: #A6A6A6. Windows color (decimal): -1795019 or 3513572. OLE color: 3513572.

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

Color convert

RGB22815653-
CMYK00.320.770.11
HSL35.31º76.42%55.1%-
HSV(B)35.31º76.75%89.41%-
XYZ44.5340.538.84-
YUV165.7964.35172.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.17%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 53 (21.09% from 255) = 12.13%
R=52.17%
G=35.70%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281565300.320.770.1135.3176.4255.1
HexE49C350204DB234c37
Octal34423465040115134311467
Binary11100100100111001101010100000100110110111000111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C35; }

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

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

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

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

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

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

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

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