#E56849

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

Shades of Flamingo #E56849

Tints of Flamingo #E56849

Color information

#E56849 (or 0xE56849) is unknown color: approx Flamingo. HEX triplet: E5, 68 and 49. RGB value is (229,104,73). Sum of RGB (Red+Green+Blue) = 229+104+73=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E56849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56849 is #1A97B6. Grayscale: #8A8A8A. Windows color (decimal): -1742775 or 4810981. OLE color: 4810981.

HSL color Cylindrical-coordinate representation of color #E56849: hue angle of 11.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E56849 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB22910473-
CMYK00.550.680.10
HSL11.92º75%59.22%-
HSV(B)11.92º68.12%89.8%-
XYZ38.4727.049.5-
YUV137.8491.41193.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.40%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=56.40%
G=25.62%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291047300.550.680.1011.927559.22
HexE5684903744Ac4b3b
Octal345150111067104121411373
Binary111001011101000100100101101111000100101011001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56849; }

 p { color: rgb(229,104,73); }

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

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

 a { background-color: rgb(229,104,73); }

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

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

 span { border-color: rgb(229,104,73); }

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