#E2953D

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

Shades of Fire Bush #E2953D

Tints of Fire Bush #E2953D

Color information

#E2953D (or 0xE2953D) is unknown color: approx Fire Bush. HEX triplet: E2, 95 and 3D. RGB value is (226,149,61). Sum of RGB (Red+Green+Blue) = 226+149+61=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2953D is #1D6AC2. Grayscale: #A2A2A2. Windows color (decimal): -1927875 or 4036066. OLE color: 4036066.

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

Color convert

RGB22614961-
CMYK00.340.730.11
HSL32º73.99%56.27%-
HSV(B)32º73.01%88.63%-
XYZ42.95389.49-
YUV161.9971.01173.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 61 (24.22% from 255) = 13.99%
R=51.83%
G=34.17%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261496100.340.730.113273.9956.27
HexE2953D02249B204a38
Octal34222575042111134011270
Binary11100010100101011111010100010100100110111000001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2953D; }

 p { color: rgb(226,149,61); }

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

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

 a { background-color: rgb(226,149,61); }

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

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

 span { border-color: rgb(226,149,61); }

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