#E1A24C

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

Shades of Fire Bush #E1A24C

Tints of Fire Bush #E1A24C

Color information

#E1A24C (or 0xE1A24C) is unknown color: approx Fire Bush. HEX triplet: E1, A2 and 4C. RGB value is (225,162,76). Sum of RGB (Red+Green+Blue) = 225+162+76=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A24C is #1E5DB3. Grayscale: #ABABAB. Windows color (decimal): -1990068 or 5022433. OLE color: 5022433.

HSL color Cylindrical-coordinate representation of color #E1A24C: hue angle of 34.63º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1A24C is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22516276-
CMYK00.280.660.12
HSL34.63º71.29%59.02%-
HSV(B)34.63º66.22%88.24%-
XYZ45.2842.3712.63-
YUV171.0374.37166.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=48.60%
G=34.99%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251627600.280.660.1234.6371.2959.02
HexE1A24C01C42C23473b
Octal341242114034102144310773
Binary11100001101000101001100011100100001011001000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A24C; }

 p { color: rgb(225,162,76); }

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

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

 a { background-color: rgb(225,162,76); }

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

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

 span { border-color: rgb(225,162,76); }

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