#E4A041

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

Shades of Fire Bush #E4A041

Tints of Fire Bush #E4A041

Color information

#E4A041 (or 0xE4A041) is unknown color: approx Fire Bush. HEX triplet: E4, A0 and 41. RGB value is (228,160,65). Sum of RGB (Red+Green+Blue) = 228+160+65=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A041 is #1B5FBE. Grayscale: #A9A9A9. Windows color (decimal): -1793983 or 4301028. OLE color: 4301028.

HSL color Cylindrical-coordinate representation of color #E4A041: hue angle of 34.97º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E4A041 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22816065-
CMYK00.300.710.11
HSL34.97º75.12%57.45%-
HSV(B)34.97º71.49%89.41%-
XYZ45.5242.0210.71-
YUV169.569.03169.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.33%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=50.33%
G=35.32%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281606500.300.710.1134.9775.1257.45
HexE4A04101E47B234b39
Octal344240101036107134311371
Binary11100100101000001000001011110100011110111000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A041; }

 p { color: rgb(228,160,65); }

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

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

 a { background-color: rgb(228,160,65); }

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

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

 span { border-color: rgb(228,160,65); }

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