#EF7579

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

Shades of Froly #EF7579

Tints of Froly #EF7579

Color information

#EF7579 (or 0xEF7579) is unknown color: approx Froly. HEX triplet: EF, 75 and 79. RGB value is (239,117,121). Sum of RGB (Red+Green+Blue) = 239+117+121=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7579 is #108A86. Grayscale: #9A9A9A. Windows color (decimal): -1084039 or 7960047. OLE color: 7960047.

HSL color Cylindrical-coordinate representation of color #EF7579: hue angle of 358.03º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7579 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239117121-
CMYK00.510.490.06
HSL358.03º79.22%69.8%-
HSV(B)358.03º51.05%93.73%-
XYZ45.4132.4521.96-
YUV153.93109.42188.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=50.10%
G=24.53%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911712100.510.490.06358.0379.2269.8
HexEF75790333161664f46
Octal357165171063616546117106
Binary1110111111101011111001011001111000111010110011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7579; }

 p { color: rgb(239,117,121); }

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

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

 a { background-color: rgb(239,117,121); }

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

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

 span { border-color: rgb(239,117,121); }

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