#e29440

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

Shades of Fire Bush #E29440

Tints of Fire Bush #E29440

Color information

#E29440 (or 0xE29440) is unknown color: approx Fire Bush. HEX triplet: E2, 94 and 40. RGB value is (226,148,64). Sum of RGB (Red+Green+Blue) = 226+148+64=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E29440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29440 is #1D6BBF. Grayscale: #A2A2A2. Windows color (decimal): -1928128 or 4232418. OLE color: 4232418.

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

Color convert

RGB22614864-
CMYK00.350.720.11
HSL31.11º73.64%56.86%-
HSV(B)31.11º71.68%88.63%-
XYZ42.8837.729.87-
YUV161.7572.84173.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.60%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 64 (25.39% from 255) = 14.61%
R=51.60%
G=33.79%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261486400.350.720.1131.1173.6456.86
HexE2944002348B1f4a39
Octal342224100043110133711271
Binary11100010100101001000000010001110010001011111111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29440; }

 p { color: rgb(226,148,64); }

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

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

 a { background-color: rgb(226,148,64); }

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

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

 span { border-color: rgb(226,148,64); }

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