#E09242

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

Shades of Fire Bush #E09242

Tints of Fire Bush #E09242

Color information

#E09242 (or 0xE09242) is unknown color: approx Fire Bush. HEX triplet: E0, 92 and 42. RGB value is (224,146,66). Sum of RGB (Red+Green+Blue) = 224+146+66=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E09242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09242 is #1F6DBD. Grayscale: #A0A0A0. Windows color (decimal): -2059710 or 4362976. OLE color: 4362976.

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

Color convert

RGB22414666-
CMYK00.350.710.12
HSL30.38º71.82%56.86%-
HSV(B)30.38º70.54%87.84%-
XYZ4236.810.04-
YUV160.274.84173.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.38%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=51.38%
G=33.49%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241466600.350.710.1230.3871.8256.86
HexE0924202347C1e4839
Octal340222102043107143611071
Binary11100000100100101000010010001110001111100111101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09242; }

 p { color: rgb(224,146,66); }

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

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

 a { background-color: rgb(224,146,66); }

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

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

 span { border-color: rgb(224,146,66); }

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