#E8A240

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

Shades of Fire Bush #E8A240

Tints of Fire Bush #E8A240

Color information

#E8A240 (or 0xE8A240) is unknown color: approx Fire Bush. HEX triplet: E8, A2 and 40. RGB value is (232,162,64). Sum of RGB (Red+Green+Blue) = 232+162+64=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A240 is #175DBF. Grayscale: #ACACAC. Windows color (decimal): -1531328 or 4236008. OLE color: 4236008.

HSL color Cylindrical-coordinate representation of color #E8A240: hue angle of 35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8A240 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23216264-
CMYK00.300.720.09
HSL35º78.5%58.04%-
HSV(B)35º72.41%90.98%-
XYZ47.1243.3710.74-
YUV171.7667.19170.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 64 (25.39% from 255) = 13.97%
R=50.66%
G=35.37%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321626400.300.720.093578.558.04
HexE8A24001E489234f3a
Octal350242100036110114311772
Binary11101000101000101000000011110100100010011000111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A240; }

 p { color: rgb(232,162,64); }

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

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

 a { background-color: rgb(232,162,64); }

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

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

 span { border-color: rgb(232,162,64); }

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