Html Css Color HEX #E0A047 Fire Bush

📋 copy color: '#E0A047'

red 224 ◦ green 160 ◦ blue 71

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

Shades of Fire Bush #E0A047

Tints of Fire Bush #E0A047

RGB

 RED value IS 224 (87.89% from 255) = 49.23%

 GREEN value IS 160 (62.89% from 255) = 35.16%

 BLUE value IS 71 (28.13% from 255) = 15.6%

R = 49.23%
G = 35.16%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0A047 (or 0xE0A047) is known color: Fire Bush. HEX triplet: E0, A0 and 47. RGB value is (224,160,71). Sum of RGB (Red+Green+Blue) = 224+160+71=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A047 is #1F5FB8. Grayscale: #A9A9A9. Windows color (decimal): -2056121 or 4694240. OLE color: 4694240.

HSL color Cylindrical-coordinate representation of color #E0A047: hue angle of 34.9º degrees, saturation: 0.71, 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 #E0A047 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 71 -
CMYK 0 0.29 0.68 0.12
HSL 34.9º 0.71% 0.58% -
HSV(B) 34.9º 0.68% 0.88% -
XYZ 44.45 41.44 11.62 -
YUV 168.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 224 160 71 0 0.29 0.68 0.12 34.9 0.71 0.58
Hex E0 A0 47 0 1D 44 C 23 47 3A
Octal 340 240 107 0 35 104 14 43 107 72
Binary 11100000 10100000 1000111 0 11101 1000100 1100 100011 1000111 111010

Color Harmonies of #E0A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A047

Black with #E0A047

Text Example


Text Example

White with #E0A047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A047; }

 p { color: rgb(224,160,71); }

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

background-color css

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

 a { background-color: rgb(224,160,71); }

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

border-color css

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

 span { border-color: rgb(224,160,71); }

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