#EF634C

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

Shades of Flamingo #EF634C

Tints of Flamingo #EF634C

Color information

#EF634C (or 0xEF634C) is unknown color: approx Flamingo. HEX triplet: EF, 63 and 4C. RGB value is (239,99,76). Sum of RGB (Red+Green+Blue) = 239+99+76=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF634C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF634C is #109CB3. Grayscale: #8A8A8A. Windows color (decimal): -1088692 or 5006319. OLE color: 5006319.

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

Color convert

RGB2399976-
CMYK00.590.680.06
HSL8.47º83.59%61.76%-
HSV(B)8.47º68.2%93.73%-
XYZ41.3627.810.02-
YUV138.2492.88199.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.73%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=57.73%
G=23.91%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239997600.590.680.068.4783.5961.76
HexEF634C03B4468543e
Octal35714311407310461012476
Binary11101111110001110011000111011100010011010001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF634C; }

 p { color: rgb(239,99,76); }

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

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

 a { background-color: rgb(239,99,76); }

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

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

 span { border-color: rgb(239,99,76); }

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