#E56748

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

Shades of Flamingo #E56748

Tints of Flamingo #E56748

Color information

#E56748 (or 0xE56748) is unknown color: approx Flamingo. HEX triplet: E5, 67 and 48. RGB value is (229,103,72). Sum of RGB (Red+Green+Blue) = 229+103+72=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E56748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56748 is #1A98B7. Grayscale: #898989. Windows color (decimal): -1743032 or 4745189. OLE color: 4745189.

HSL color Cylindrical-coordinate representation of color #E56748: hue angle of 11.85º 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 #E56748 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22910372-
CMYK00.550.690.10
HSL11.85º75.12%59.02%-
HSV(B)11.85º68.56%89.8%-
XYZ38.3326.839.29-
YUV137.1491.24193.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.68%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 72 (28.52% from 255) = 17.82%
R=56.68%
G=25.50%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291037200.550.690.1011.8575.1259.02
HexE5674803745Ac4b3b
Octal345147110067105121411373
Binary111001011100111100100001101111000101101011001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56748; }

 p { color: rgb(229,103,72); }

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

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

 a { background-color: rgb(229,103,72); }

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

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

 span { border-color: rgb(229,103,72); }

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