#E99F3C

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

Shades of Fire Bush #E99F3C

Tints of Fire Bush #E99F3C

Color information

#E99F3C (or 0xE99F3C) is unknown color: approx Fire Bush. HEX triplet: E9, 9F and 3C. RGB value is (233,159,60). Sum of RGB (Red+Green+Blue) = 233+159+60=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F3C is #1660C3. Grayscale: #AAAAAA. Windows color (decimal): -1466564 or 3973097. OLE color: 3973097.

HSL color Cylindrical-coordinate representation of color #E99F3C: hue angle of 34.34º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E99F3C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23315960-
CMYK00.320.740.09
HSL34.34º79.72%57.45%-
HSV(B)34.34º74.25%91.37%-
XYZ46.8242.4510-
YUV169.8466.02173.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.55%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 60 (23.83% from 255) = 13.27%
R=51.55%
G=35.18%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331596000.320.740.0934.3479.7257.45
HexE99F3C0204A9225039
Octal35123774040112114212071
Binary11101001100111111111000100000100101010011000101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99F3C; }

 p { color: rgb(233,159,60); }

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

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

 a { background-color: rgb(233,159,60); }

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

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

 span { border-color: rgb(233,159,60); }

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