#E6A147

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

Shades of Fire Bush #E6A147

Tints of Fire Bush #E6A147

Color information

#E6A147 (or 0xE6A147) is unknown color: approx Fire Bush. HEX triplet: E6, A1 and 47. RGB value is (230,161,71). Sum of RGB (Red+Green+Blue) = 230+161+71=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A147 is #195EB8. Grayscale: #ABABAB. Windows color (decimal): -1662649 or 4694502. OLE color: 4694502.

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

Color convert

RGB23016171-
CMYK00.30.690.10
HSL33.96º76.08%59.02%-
HSV(B)33.96º69.13%90.2%-
XYZ46.5242.7711.76-
YUV171.3771.36169.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 71 (28.12% from 255) = 15.37%
R=49.78%
G=34.85%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301617100.30.690.1033.9676.0859.02
HexE6A14701E45A224c3b
Octal346241107036105124211473
Binary11100110101000011000111011110100010110101000101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A147; }

 p { color: rgb(230,161,71); }

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

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

 a { background-color: rgb(230,161,71); }

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

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

 span { border-color: rgb(230,161,71); }

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