Html Css Color HEX #E7A04B Fire Bush

📋 copy color: '#E7A04B'

red 231 ◦ green 160 ◦ blue 75

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

Shades of Fire Bush #E7A04B

Tints of Fire Bush #E7A04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.09%

R = 49.57%
G = 34.33%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7A04B (or 0xE7A04B) is known color: Fire Bush. HEX triplet: E7, A0 and 4B. RGB value is (231,160,75). Sum of RGB (Red+Green+Blue) = 231+160+75=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A04B is #185FB4. Grayscale: #ABABAB. Windows color (decimal): -1597365 or 4956391. OLE color: 4956391.

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

Color convert

RGB 231 160 75 -
CMYK 0 0.31 0.68 0.09
HSL 32.69º 0.76% 0.6% -
HSV(B) 32.69º 0.68% 0.91% -
XYZ 46.8 42.64 12.42 -
YUV 171.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 231 160 75 0 0.31 0.68 0.09 32.69 0.76 0.6
Hex E7 A0 4B 0 1F 44 9 21 4C 3C
Octal 347 240 113 0 37 104 11 41 114 74
Binary 11100111 10100000 1001011 0 11111 1000100 1001 100001 1001100 111100

Color Harmonies of #E7A04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A04B

Black with #E7A04B

Text Example


Text Example

White with #E7A04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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