Html Css Color HEX #E7A04D Fire Bush

📋 copy color: '#E7A04D'

red 231 ◦ green 160 ◦ blue 77

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

Shades of Fire Bush #E7A04D

Tints of Fire Bush #E7A04D

RGB

 RED value IS 231 (90.63% from 255) = 49.36%

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

 BLUE value IS 77 (30.47% from 255) = 16.45%

R = 49.36%
G = 34.19%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7A04D (or 0xE7A04D) is known color: Fire Bush. HEX triplet: E7, A0 and 4D. RGB value is (231,160,77). Sum of RGB (Red+Green+Blue) = 231+160+77=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A04D is #185FB2. Grayscale: #ACACAC. Windows color (decimal): -1597363 or 5087463. OLE color: 5087463.

HSL color Cylindrical-coordinate representation of color #E7A04D: hue angle of 32.34º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7A04D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 160 77 -
CMYK 0 0.31 0.67 0.09
HSL 32.34º 0.76% 0.6% -
HSV(B) 32.34º 0.67% 0.91% -
XYZ 46.87 42.67 12.79 -
YUV 171.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 231 160 77 0 0.31 0.67 0.09 32.34 0.76 0.6
Hex E7 A0 4D 0 1F 43 9 20 4C 3C
Octal 347 240 115 0 37 103 11 40 114 74
Binary 11100111 10100000 1001101 0 11111 1000011 1001 100000 1001100 111100

Color Harmonies of #E7A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A04D

Black with #E7A04D

Text Example


Text Example

White with #E7A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A04D; }

 p { color: rgb(231,160,77); }

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

background-color css

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

 a { background-color: rgb(231,160,77); }

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

border-color css

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

 span { border-color: rgb(231,160,77); }

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