#E4A248

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

Shades of Fire Bush #E4A248

Tints of Fire Bush #E4A248

Color information

#E4A248 (or 0xE4A248) is unknown color: approx Fire Bush. HEX triplet: E4, A2 and 48. RGB value is (228,162,72). Sum of RGB (Red+Green+Blue) = 228+162+72=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A248 is #1B5DB7. Grayscale: #ABABAB. Windows color (decimal): -1793464 or 4760292. OLE color: 4760292.

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

Color convert

RGB22816272-
CMYK00.290.680.11
HSL34.62º74.29%58.82%-
HSV(B)34.62º68.42%89.41%-
XYZ46.0842.811.96-
YUV171.4771.87168.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=49.35%
G=35.06%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281627200.290.680.1134.6274.2958.82
HexE4A24801D44B234a3b
Octal344242110035104134311273
Binary11100100101000101001000011101100010010111000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A248; }

 p { color: rgb(228,162,72); }

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

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

 a { background-color: rgb(228,162,72); }

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

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

 span { border-color: rgb(228,162,72); }

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