#E39D40

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

Shades of Fire Bush #E39D40

Tints of Fire Bush #E39D40

Color information

#E39D40 (or 0xE39D40) is unknown color: approx Fire Bush. HEX triplet: E3, 9D and 40. RGB value is (227,157,64). Sum of RGB (Red+Green+Blue) = 227+157+64=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39D40 is #1C62BF. Grayscale: #A7A7A7. Windows color (decimal): -1860288 or 4234723. OLE color: 4234723.

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

Color convert

RGB22715764-
CMYK00.310.720.11
HSL34.23º74.43%57.06%-
HSV(B)34.23º71.81%89.02%-
XYZ44.6640.8210.37-
YUV167.3369.69170.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.67%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=50.67%
G=35.04%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271576400.310.720.1134.2374.4357.06
HexE39D4001F48B224a39
Octal343235100037110134211271
Binary11100011100111011000000011111100100010111000101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39D40; }

 p { color: rgb(227,157,64); }

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

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

 a { background-color: rgb(227,157,64); }

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

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

 span { border-color: rgb(227,157,64); }

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