#E7A54B

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

Shades of Fire Bush #E7A54B

Tints of Fire Bush #E7A54B

Color information

#E7A54B (or 0xE7A54B) is unknown color: approx Fire Bush. HEX triplet: E7, A5 and 4B. RGB value is (231,165,75). Sum of RGB (Red+Green+Blue) = 231+165+75=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A54B is #185AB4. Grayscale: #AEAEAE. Windows color (decimal): -1596085 or 4957671. OLE color: 4957671.

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

Color convert

RGB23116575-
CMYK00.290.680.09
HSL34.62º76.47%60%-
HSV(B)34.62º67.53%90.59%-
XYZ47.6844.4112.72-
YUV174.4771.87168.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 75 (29.69% from 255) = 15.92%
R=49.04%
G=35.03%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311657500.290.680.0934.6276.4760
HexE7A54B01D449234c3c
Octal347245113035104114311474
Binary11100111101001011001011011101100010010011000111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A54B; }

 p { color: rgb(231,165,75); }

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

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

 a { background-color: rgb(231,165,75); }

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

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

 span { border-color: rgb(231,165,75); }

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