#E6A247

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

Shades of Fire Bush #E6A247

Tints of Fire Bush #E6A247

Color information

#E6A247 (or 0xE6A247) is unknown color: approx Fire Bush. HEX triplet: E6, A2 and 47. RGB value is (230,162,71). Sum of RGB (Red+Green+Blue) = 230+162+71=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A247 is #195DB8. Grayscale: #ACACAC. Windows color (decimal): -1662393 or 4694758. OLE color: 4694758.

HSL color Cylindrical-coordinate representation of color #E6A247: hue angle of 34.34º 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 #E6A247 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB23016271-
CMYK00.300.690.10
HSL34.34º76.08%59.02%-
HSV(B)34.34º69.13%90.2%-
XYZ46.6943.1211.82-
YUV171.9671.03169.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 71 (28.12% from 255) = 15.33%
R=49.68%
G=34.99%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301627100.300.690.1034.3476.0859.02
HexE6A24701E45A224c3b
Octal346242107036105124211473
Binary11100110101000101000111011110100010110101000101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A247; }

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

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

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

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

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

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

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

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