#E7A04D

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

Shades of Fire Bush #E7A04D

Tints of Fire Bush #E7A04D

Color information

#E7A04D (or 0xE7A04D) is unknown color: approx Fire Bush. HEX triplet: E7, A0 and 4D. RGB value is (231,160,77). Sum of RGB (Red+Green+Blue) = 231+160+77=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A04D is #185FB2. Grayscale: #ACACAC. Windows color (decimal): -1597363 or 5087463. OLE color: 5087463.

HSL color Cylindrical-coordinate representation of color #E7A04D: hue angle of 32.34º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7A04D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23116077-
CMYK00.310.670.09
HSL32.34º76.24%60.39%-
HSV(B)32.34º66.67%90.59%-
XYZ46.8742.6712.79-
YUV171.7774.52170.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 77 (30.47% from 255) = 16.45%
R=49.36%
G=34.19%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311607700.310.670.0932.3476.2460.39
HexE7A04D01F439204c3c
Octal347240115037103114011474
Binary11100111101000001001101011111100001110011000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A04D; }

 p { color: rgb(231,160,77); }

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

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

 a { background-color: rgb(231,160,77); }

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

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

 span { border-color: rgb(231,160,77); }

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