#E3953F

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

Shades of Fire Bush #E3953F

Tints of Fire Bush #E3953F

Color information

#E3953F (or 0xE3953F) is unknown color: approx Fire Bush. HEX triplet: E3, 95 and 3F. RGB value is (227,149,63). Sum of RGB (Red+Green+Blue) = 227+149+63=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3953F is #1C6AC0. Grayscale: #A2A2A2. Windows color (decimal): -1862337 or 4167139. OLE color: 4167139.

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

Color convert

RGB22714963-
CMYK00.340.720.11
HSL31.46º74.55%56.86%-
HSV(B)31.46º72.25%89.02%-
XYZ43.3238.189.79-
YUV162.5271.84173.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.71%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 63 (25% from 255) = 14.35%
R=51.71%
G=33.94%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271496300.340.720.1131.4674.5556.86
HexE3953F02248B1f4b39
Octal34322577042110133711371
Binary1110001110010101111111010001010010001011111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3953F; }

 p { color: rgb(227,149,63); }

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

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

 a { background-color: rgb(227,149,63); }

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

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

 span { border-color: rgb(227,149,63); }

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