Html Css Color HEX #E49940 Fire Bush

📋 copy color: '#E49940'

red 228 ◦ green 153 ◦ blue 64

#E49940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #E49940

Tints of Fire Bush #E49940

RGB

 RED value IS 228 (89.45% from 255) = 51.24%

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 51.24%
G = 34.38%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E49940 (or 0xE49940) is known color: Fire Bush. HEX triplet: E4, 99 and 40. RGB value is (228,153,64). Sum of RGB (Red+Green+Blue) = 228+153+64=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E49940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49940 is #1B66BF. Grayscale: #A5A5A5. Windows color (decimal): -1795776 or 4233700. OLE color: 4233700.

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

Color convert

RGB 228 153 64 -
CMYK 0 0.33 0.72 0.11
HSL 32.56º 0.75% 0.57% -
HSV(B) 32.56º 0.72% 0.89% -
XYZ 44.31 39.65 10.17 -
YUV 165.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 228 153 64 0 0.33 0.72 0.11 32.56 0.75 0.57
Hex E4 99 40 0 21 48 B 21 4B 39
Octal 344 231 100 0 41 110 13 41 113 71
Binary 11100100 10011001 1000000 0 100001 1001000 1011 100001 1001011 111001

Color Harmonies of #E49940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49940

Black with #E49940

Text Example


Text Example

White with #E49940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49940; }

 p { color: rgb(228,153,64); }

 H1.HeaderClassName
 {
   color: #E49940;
 }
 .AnyTagClassName
 {
   color: #E49940;
 }
</style>

background-color css

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

 a { background-color: rgb(228,153,64); }

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

border-color css

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

 span { border-color: rgb(228,153,64); }

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