#e09f3f

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

Shades of Fire Bush #E09F3F

Tints of Fire Bush #E09F3F

Color information

#E09F3F (or 0xE09F3F) is unknown color: approx Fire Bush. HEX triplet: E0, 9F and 3F. RGB value is (224,159,63). Sum of RGB (Red+Green+Blue) = 224+159+63=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09F3F is #1F60C0. Grayscale: #A7A7A7. Windows color (decimal): -2056385 or 4169696. OLE color: 4169696.

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

Color convert

RGB22415963-
CMYK00.290.720.12
HSL35.78º72.2%56.27%-
HSV(B)35.78º71.88%87.84%-
XYZ44.044110.3-
YUV167.4969.03168.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.22%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 63 (25% from 255) = 14.13%
R=50.22%
G=35.65%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241596300.290.720.1235.7872.256.27
HexE09F3F01D48C244838
Octal34023777035110144411070
Binary1110000010011111111111011101100100011001001001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e09f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e09f3f; }

 p { color: rgb(224,159,63); }

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

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

 a { background-color: rgb(224,159,63); }

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

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

 span { border-color: rgb(224,159,63); }

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