#E2963A

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

Shades of Fire Bush #E2963A

Tints of Fire Bush #E2963A

Color information

#E2963A (or 0xE2963A) is unknown color: approx Fire Bush. HEX triplet: E2, 96 and 3A. RGB value is (226,150,58). Sum of RGB (Red+Green+Blue) = 226+150+58=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2963A is #1D69C5. Grayscale: #A2A2A2. Windows color (decimal): -1927622 or 3839714. OLE color: 3839714.

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

Color convert

RGB22615058-
CMYK00.340.740.11
HSL32.86º74.34%55.69%-
HSV(B)32.86º74.34%88.63%-
XYZ43.0338.299.12-
YUV162.2469.18173.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 58 (23.05% from 255) = 13.36%
R=52.07%
G=34.56%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261505800.340.740.1132.8674.3455.69
HexE2963A0224AB214a38
Octal34222672042112134111270
Binary11100010100101101110100100010100101010111000011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2963A; }

 p { color: rgb(226,150,58); }

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

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

 a { background-color: rgb(226,150,58); }

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

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

 span { border-color: rgb(226,150,58); }

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