#E6A04B

Color #E6A04B Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #E6A04B

Tints of Fire Bush #E6A04B

Color information

#E6A04B (or 0xE6A04B) is unknown color: approx Fire Bush. HEX triplet: E6, A0 and 4B. RGB value is (230,160,75). Sum of RGB (Red+Green+Blue) = 230+160+75=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A04B is #195FB4. Grayscale: #ABABAB. Windows color (decimal): -1662901 or 4956390. OLE color: 4956390.

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

Color convert

RGB23016075-
CMYK00.300.670.10
HSL32.9º75.61%59.8%-
HSV(B)32.9º67.39%90.2%-
XYZ46.4742.4712.41-
YUV171.2473.69169.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.46%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=49.46%
G=34.41%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301607500.300.670.1032.975.6159.8
HexE6A04B01E43A214c3c
Octal346240113036103124111474
Binary11100110101000001001011011110100001110101000011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A04B; }

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

 H1.HeaderClassName
 {
   color: #E6A04B;
 }
 .AnyTagClassName
 {
   color: #E6A04B;
 }
</style>
background-color css

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

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

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

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

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

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