#E7A34C

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

Shades of Fire Bush #E7A34C

Tints of Fire Bush #E7A34C

Color information

#E7A34C (or 0xE7A34C) is unknown color: approx Fire Bush. HEX triplet: E7, A3 and 4C. RGB value is (231,163,76). Sum of RGB (Red+Green+Blue) = 231+163+76=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A34C is #185CB3. Grayscale: #ADADAD. Windows color (decimal): -1596596 or 5022695. OLE color: 5022695.

HSL color Cylindrical-coordinate representation of color #E7A34C: hue angle of 33.68º 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 #E7A34C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23116376-
CMYK00.290.670.09
HSL33.68º76.35%60.2%-
HSV(B)33.68º67.1%90.59%-
XYZ47.3643.7112.78-
YUV173.4173.03169.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 76 (30.08% from 255) = 16.17%
R=49.15%
G=34.68%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311637600.290.670.0933.6876.3560.2
HexE7A34C01D439224c3c
Octal347243114035103114211474
Binary11100111101000111001100011101100001110011000101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A34C; }

 p { color: rgb(231,163,76); }

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

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

 a { background-color: rgb(231,163,76); }

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

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

 span { border-color: rgb(231,163,76); }

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