Html Css Color HEX #E49A40 Fire Bush

📋 copy color: '#E49A40'

red 228 ◦ green 154 ◦ blue 64

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

Shades of Fire Bush #E49A40

Tints of Fire Bush #E49A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.53%

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

R = 51.12%
G = 34.53%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E49A40 (or 0xE49A40) is known color: Fire Bush. HEX triplet: E4, 9A and 40. RGB value is (228,154,64). Sum of RGB (Red+Green+Blue) = 228+154+64=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49A40 is #1B65BF. Grayscale: #A6A6A6. Windows color (decimal): -1795520 or 4233956. OLE color: 4233956.

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

Color convert

RGB 228 154 64 -
CMYK 0 0.32 0.72 0.11
HSL 32.93º 0.75% 0.57% -
HSV(B) 32.93º 0.72% 0.89% -
XYZ 44.48 39.98 10.22 -
YUV 165.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 228 154 64 0 0.32 0.72 0.11 32.93 0.75 0.57
Hex E4 9A 40 0 20 48 B 21 4B 39
Octal 344 232 100 0 40 110 13 41 113 71
Binary 11100100 10011010 1000000 0 100000 1001000 1011 100001 1001011 111001

Color Harmonies of #E49A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49A40

Black with #E49A40

Text Example


Text Example

White with #E49A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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