Html Css Color HEX #E1A249 Fire Bush

📋 copy color: '#E1A249'

red 225 ◦ green 162 ◦ blue 73

#E1A249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #E1A249

Tints of Fire Bush #E1A249

RGB

 RED value IS 225 (88.28% from 255) = 48.91%

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 73 (28.91% from 255) = 15.87%

R = 48.91%
G = 35.22%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1A249 (or 0xE1A249) is known color: Fire Bush. HEX triplet: E1, A2 and 49. RGB value is (225,162,73). Sum of RGB (Red+Green+Blue) = 225+162+73=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A249 is #1E5DB6. Grayscale: #ABABAB. Windows color (decimal): -1990071 or 4825825. OLE color: 4825825.

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

Color convert

RGB 225 162 73 -
CMYK 0 0.28 0.68 0.12
HSL 35.13º 0.72% 0.58% -
HSV(B) 35.13º 0.68% 0.88% -
XYZ 45.17 42.33 12.09 -
YUV 170.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 225 162 73 0 0.28 0.68 0.12 35.13 0.72 0.58
Hex E1 A2 49 0 1C 44 C 23 48 3A
Octal 341 242 111 0 34 104 14 43 110 72
Binary 11100001 10100010 1001001 0 11100 1000100 1100 100011 1001000 111010

Color Harmonies of #E1A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A249

Black with #E1A249

Text Example


Text Example

White with #E1A249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A249; }

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

 H1.HeaderClassName
 {
   color: #E1A249;
 }
 .AnyTagClassName
 {
   color: #E1A249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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