Html Css Color HEX #E1A140 Fire Bush

📋 copy color: '#E1A140'

red 225 ◦ green 161 ◦ blue 64

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

Shades of Fire Bush #E1A140

Tints of Fire Bush #E1A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 50%
G = 35.78%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1A140 (or 0xE1A140) is known color: Fire Bush. HEX triplet: E1, A1 and 40. RGB value is (225,161,64). Sum of RGB (Red+Green+Blue) = 225+161+64=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A140 is #1E5EBF. Grayscale: #A9A9A9. Windows color (decimal): -1990336 or 4235745. OLE color: 4235745.

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

Color convert

RGB 225 161 64 -
CMYK 0 0.28 0.72 0.12
HSL 36.15º 0.73% 0.57% -
HSV(B) 36.15º 0.72% 0.88% -
XYZ 44.72 41.87 10.57 -
YUV 169.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 225 161 64 0 0.28 0.72 0.12 36.15 0.73 0.57
Hex E1 A1 40 0 1C 48 C 24 49 39
Octal 341 241 100 0 34 110 14 44 111 71
Binary 11100001 10100001 1000000 0 11100 1001000 1100 100100 1001001 111001

Color Harmonies of #E1A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A140

Black with #E1A140

Text Example


Text Example

White with #E1A140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A140; }

 p { color: rgb(225,161,64); }

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

background-color css

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

 a { background-color: rgb(225,161,64); }

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

border-color css

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

 span { border-color: rgb(225,161,64); }

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