#E4A44B

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

Shades of Fire Bush #E4A44B

Tints of Fire Bush #E4A44B

Color information

#E4A44B (or 0xE4A44B) is unknown color: approx Fire Bush. HEX triplet: E4, A4 and 4B. RGB value is (228,164,75). Sum of RGB (Red+Green+Blue) = 228+164+75=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A44B is #1B5BB4. Grayscale: #ADADAD. Windows color (decimal): -1792949 or 4957412. OLE color: 4957412.

HSL color Cylindrical-coordinate representation of color #E4A44B: hue angle of 34.9º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4A44B is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB22816475-
CMYK00.280.670.11
HSL34.9º73.91%59.41%-
HSV(B)34.9º67.11%89.41%-
XYZ46.5443.5512.61-
YUV172.9972.7167.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.82%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=48.82%
G=35.12%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281647500.280.670.1134.973.9159.41
HexE4A44B01C43B234a3b
Octal344244113034103134311273
Binary11100100101001001001011011100100001110111000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A44B; }

 p { color: rgb(228,164,75); }

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

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

 a { background-color: rgb(228,164,75); }

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

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

 span { border-color: rgb(228,164,75); }

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