#E56B4C

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

Shades of Flamingo #E56B4C

Tints of Flamingo #E56B4C

Color information

#E56B4C (or 0xE56B4C) is unknown color: approx Flamingo. HEX triplet: E5, 6B and 4C. RGB value is (229,107,76). Sum of RGB (Red+Green+Blue) = 229+107+76=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56B4C is #1A94B3. Grayscale: #8C8C8C. Windows color (decimal): -1742004 or 5008357. OLE color: 5008357.

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

Color convert

RGB22910776-
CMYK00.530.670.10
HSL12.16º74.63%59.8%-
HSV(B)12.16º66.81%89.8%-
XYZ38.8827.710.13-
YUV139.9491.92191.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.58%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=55.58%
G=25.97%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291077600.530.670.1012.1674.6359.8
HexE56B4C03543Ac4b3c
Octal345153114065103121411374
Binary111001011101011100110001101011000011101011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56B4C; }

 p { color: rgb(229,107,76); }

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

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

 a { background-color: rgb(229,107,76); }

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

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

 span { border-color: rgb(229,107,76); }

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