#EF6749

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

Shades of Flamingo #EF6749

Tints of Flamingo #EF6749

Color information

#EF6749 (or 0xEF6749) is unknown color: approx Flamingo. HEX triplet: EF, 67 and 49. RGB value is (239,103,73). Sum of RGB (Red+Green+Blue) = 239+103+73=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6749 is #1098B6. Grayscale: #8C8C8C. Windows color (decimal): -1087671 or 4810735. OLE color: 4810735.

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

Color convert

RGB23910373-
CMYK00.570.690.06
HSL10.84º83.84%61.18%-
HSV(B)10.84º69.46%93.73%-
XYZ41.6528.539.62-
YUV140.2490.06198.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.59%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=57.59%
G=24.82%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391037300.570.690.0610.8483.8461.18
HexEF6749039456b543d
Octal35714711107110561312475
Binary11101111110011110010010111001100010111010111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6749; }

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

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

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

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

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

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

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

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