#EF5A49

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

Shades of Flamingo #EF5A49

Tints of Flamingo #EF5A49

Color information

#EF5A49 (or 0xEF5A49) is unknown color: approx Flamingo. HEX triplet: EF, 5A and 49. RGB value is (239,90,73). Sum of RGB (Red+Green+Blue) = 239+90+73=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A49 is #10A5B6. Grayscale: #848484. Windows color (decimal): -1090999 or 4807407. OLE color: 4807407.

HSL color Cylindrical-coordinate representation of color #EF5A49: hue angle of 6.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF5A49 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2399073-
CMYK00.620.690.06
HSL6.14º83.84%61.18%-
HSV(B)6.14º69.46%93.73%-
XYZ40.4626.149.22-
YUV132.6194.36203.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.45%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=59.45%
G=22.39%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239907300.620.690.066.1483.8461.18
HexEF5A4903E4566543d
Octal3571321110761056612475
Binary1110111110110101001001011111010001011101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A49; }

 p { color: rgb(239,90,73); }

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

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

 a { background-color: rgb(239,90,73); }

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

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

 span { border-color: rgb(239,90,73); }

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