#EF6652

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

Shades of Flamingo #EF6652

Tints of Flamingo #EF6652

Color information

#EF6652 (or 0xEF6652) is unknown color: approx Flamingo. HEX triplet: EF, 66 and 52. RGB value is (239,102,82). Sum of RGB (Red+Green+Blue) = 239+102+82=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6652 is #1099AD. Grayscale: #8C8C8C. Windows color (decimal): -1087918 or 5400303. OLE color: 5400303.

HSL color Cylindrical-coordinate representation of color #EF6652: hue angle of 7.64º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF6652 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23910282-
CMYK00.570.660.06
HSL7.64º83.07%62.94%-
HSV(B)7.64º65.69%93.73%-
XYZ41.8728.4611.27-
YUV140.6894.89198.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=56.50%
G=24.11%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391028200.570.660.067.6483.0762.94
HexEF66520394268533f
Octal35714612207110261012377
Binary11101111110011010100100111001100001011010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6652; }

 p { color: rgb(239,102,82); }

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

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

 a { background-color: rgb(239,102,82); }

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

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

 span { border-color: rgb(239,102,82); }

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