#e0964c

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

Shades of Fire Bush #E0964C

Tints of Fire Bush #E0964C

Color information

#E0964C (or 0xE0964C) is unknown color: approx Fire Bush. HEX triplet: E0, 96 and 4C. RGB value is (224,150,76). Sum of RGB (Red+Green+Blue) = 224+150+76=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0964C is #1F69B3. Grayscale: #A4A4A4. Windows color (decimal): -2058676 or 5019360. OLE color: 5019360.

HSL color Cylindrical-coordinate representation of color #E0964C: hue angle of 30º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0964C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22415076-
CMYK00.330.660.12
HSL30º70.48%58.82%-
HSV(B)30º66.07%87.84%-
XYZ42.9538.1811.94-
YUV163.6978.52171.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=49.78%
G=33.33%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241507600.330.660.123070.4858.82
HexE0964C02142C1e463b
Octal340226114041102143610673
Binary11100000100101101001100010000110000101100111101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0964c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0964c; }

 p { color: rgb(224,150,76); }

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

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

 a { background-color: rgb(224,150,76); }

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

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

 span { border-color: rgb(224,150,76); }

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