#E5963F

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

Shades of Fire Bush #E5963F

Tints of Fire Bush #E5963F

Color information

#E5963F (or 0xE5963F) is unknown color: approx Fire Bush. HEX triplet: E5, 96 and 3F. RGB value is (229,150,63). Sum of RGB (Red+Green+Blue) = 229+150+63=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5963F is #1A69C0. Grayscale: #A4A4A4. Windows color (decimal): -1731009 or 4167397. OLE color: 4167397.

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

Color convert

RGB22915063-
CMYK00.340.720.10
HSL31.45º76.15%57.25%-
HSV(B)31.45º72.49%89.8%-
XYZ44.1238.839.87-
YUV163.771.17174.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.81%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 63 (25% from 255) = 14.25%
R=51.81%
G=33.94%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291506300.340.720.1031.4576.1557.25
HexE5963F02248A1f4c39
Octal34522677042110123711471
Binary1110010110010110111111010001010010001010111111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5963F; }

 p { color: rgb(229,150,63); }

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

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

 a { background-color: rgb(229,150,63); }

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

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

 span { border-color: rgb(229,150,63); }

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