#E0994E

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

Shades of Fire Bush #E0994E

Tints of Fire Bush #E0994E

Color information

#E0994E (or 0xE0994E) is unknown color: approx Fire Bush. HEX triplet: E0, 99 and 4E. RGB value is (224,153,78). Sum of RGB (Red+Green+Blue) = 224+153+78=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0994E is #1F66B1. Grayscale: #A6A6A6. Windows color (decimal): -2057906 or 5151200. OLE color: 5151200.

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

Color convert

RGB22415378-
CMYK00.320.650.12
HSL30.82º70.19%59.22%-
HSV(B)30.82º65.18%87.84%-
XYZ43.5139.1812.48-
YUV165.6878.52169.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=49.23%
G=33.63%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241537800.320.650.1230.8270.1959.22
HexE0994E02041C1f463b
Octal340231116040101143710673
Binary11100000100110011001110010000010000011100111111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0994E; }

 p { color: rgb(224,153,78); }

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

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

 a { background-color: rgb(224,153,78); }

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

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

 span { border-color: rgb(224,153,78); }

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