#E09B4D

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

Shades of Fire Bush #E09B4D

Tints of Fire Bush #E09B4D

Color information

#E09B4D (or 0xE09B4D) is unknown color: approx Fire Bush. HEX triplet: E0, 9B and 4D. RGB value is (224,155,77). Sum of RGB (Red+Green+Blue) = 224+155+77=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B4D is #1F64B2. Grayscale: #A7A7A7. Windows color (decimal): -2057395 or 5086176. OLE color: 5086176.

HSL color Cylindrical-coordinate representation of color #E09B4D: hue angle of 31.84º 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 #E09B4D is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22415577-
CMYK00.310.660.12
HSL31.84º70.33%59.02%-
HSV(B)31.84º65.62%87.84%-
XYZ43.839.8312.4-
YUV166.7477.36168.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 77 (30.47% from 255) = 16.89%
R=49.12%
G=33.99%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241557700.310.660.1231.8470.3359.02
HexE09B4D01F42C20463b
Octal340233115037102144010673
Binary11100000100110111001101011111100001011001000001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09B4D; }

 p { color: rgb(224,155,77); }

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

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

 a { background-color: rgb(224,155,77); }

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

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

 span { border-color: rgb(224,155,77); }

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