#E3A03C

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

Shades of Fire Bush #E3A03C

Tints of Fire Bush #E3A03C

Color information

#E3A03C (or 0xE3A03C) is unknown color: approx Fire Bush. HEX triplet: E3, A0 and 3C. RGB value is (227,160,60). Sum of RGB (Red+Green+Blue) = 227+160+60=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A03C is #1C5FC3. Grayscale: #A9A9A9. Windows color (decimal): -1859524 or 3973347. OLE color: 3973347.

HSL color Cylindrical-coordinate representation of color #E3A03C: hue angle of 35.93º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3A03C is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22716060-
CMYK00.300.740.11
HSL35.93º74.89%56.27%-
HSV(B)35.93º73.57%89.02%-
XYZ45.0641.89.97-
YUV168.6366.7169.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=50.78%
G=35.79%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271606000.300.740.1135.9374.8956.27
HexE3A03C01E4AB244b38
Octal34324074036112134411370
Binary1110001110100000111100011110100101010111001001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A03C; }

 p { color: rgb(227,160,60); }

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

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

 a { background-color: rgb(227,160,60); }

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

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

 span { border-color: rgb(227,160,60); }

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