#E16B4C

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

Shades of Flamingo #E16B4C

Tints of Flamingo #E16B4C

Color information

#E16B4C (or 0xE16B4C) is unknown color: approx Flamingo. HEX triplet: E1, 6B and 4C. RGB value is (225,107,76). Sum of RGB (Red+Green+Blue) = 225+107+76=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B4C is #1E94B3. Grayscale: #8A8A8A. Windows color (decimal): -2004148 or 5008353. OLE color: 5008353.

HSL color Cylindrical-coordinate representation of color #E16B4C: hue angle of 12.48º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E16B4C is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22510776-
CMYK00.520.660.12
HSL12.48º71.29%59.02%-
HSV(B)12.48º66.22%88.24%-
XYZ37.6127.0410.08-
YUV138.7592.59189.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.15%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 76 (30.08% from 255) = 18.63%
R=55.15%
G=26.23%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251077600.520.660.1212.4871.2959.02
HexE16B4C03442Cc473b
Octal341153114064102141410773
Binary111000011101011100110001101001000010110011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B4C; }

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

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

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

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

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

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

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

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