#E5953C

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

Shades of Fire Bush #E5953C

Tints of Fire Bush #E5953C

Color information

#E5953C (or 0xE5953C) is unknown color: approx Fire Bush. HEX triplet: E5, 95 and 3C. RGB value is (229,149,60). Sum of RGB (Red+Green+Blue) = 229+149+60=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5953C is #1A6AC3. Grayscale: #A3A3A3. Windows color (decimal): -1731268 or 3970533. OLE color: 3970533.

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

Color convert

RGB22914960-
CMYK00.350.740.10
HSL31.6º76.47%56.67%-
HSV(B)31.6º73.8%89.8%-
XYZ43.8838.489.39-
YUV162.7770175.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=52.28%
G=34.02%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291496000.350.740.1031.676.4756.67
HexE5953C0234AA204c39
Octal34522574043112124011471
Binary11100101100101011111000100011100101010101000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5953C; }

 p { color: rgb(229,149,60); }

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

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

 a { background-color: rgb(229,149,60); }

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

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

 span { border-color: rgb(229,149,60); }

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