#E56347

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

Shades of Flamingo #E56347

Tints of Flamingo #E56347

Color information

#E56347 (or 0xE56347) is unknown color: approx Flamingo. HEX triplet: E5, 63 and 47. RGB value is (229,99,71). Sum of RGB (Red+Green+Blue) = 229+99+71=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E56347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56347 is #1A9CB8. Grayscale: #868686. Windows color (decimal): -1744057 or 4678629. OLE color: 4678629.

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

Color convert

RGB2299971-
CMYK00.570.690.10
HSL10.63º75.24%58.82%-
HSV(B)10.63º69%89.8%-
XYZ37.9126.048.99-
YUV134.6892.07195.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.39%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=57.39%
G=24.81%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229997100.570.690.1010.6375.2458.82
HexE5634703945Ab4b3b
Octal345143107071105121311373
Binary111001011100011100011101110011000101101010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56347; }

 p { color: rgb(229,99,71); }

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

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

 a { background-color: rgb(229,99,71); }

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

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

 span { border-color: rgb(229,99,71); }

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