#E3994B

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

Shades of Fire Bush #E3994B

Tints of Fire Bush #E3994B

Color information

#E3994B (or 0xE3994B) is unknown color: approx Fire Bush. HEX triplet: E3, 99 and 4B. RGB value is (227,153,75). Sum of RGB (Red+Green+Blue) = 227+153+75=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3994B is #1C66B4. Grayscale: #A6A6A6. Windows color (decimal): -1861301 or 4954595. OLE color: 4954595.

HSL color Cylindrical-coordinate representation of color #E3994B: hue angle of 30.79º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3994B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB22715375-
CMYK00.330.670.11
HSL30.79º73.08%59.22%-
HSV(B)30.79º66.96%89.02%-
XYZ44.3439.6211.97-
YUV166.2376.52171.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=49.89%
G=33.63%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271537500.330.670.1130.7973.0859.22
HexE3994B02143B1f493b
Octal343231113041103133711173
Binary11100011100110011001011010000110000111011111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3994B; }

 p { color: rgb(227,153,75); }

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

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

 a { background-color: rgb(227,153,75); }

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

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

 span { border-color: rgb(227,153,75); }

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