Html Css Color HEX #EF7579 Froly

📋 copy color: '#EF7579'

red 239 ◦ green 117 ◦ blue 121

#EF7579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EF7579

Tints of Froly #EF7579

RGB

 RED value IS 239 (93.75% from 255) = 50.1%

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 50.1%
G = 24.53%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF7579 (or 0xEF7579) is known color: 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

RGB 239 117 121 -
CMYK 0 0.51 0.49 0.06
HSL 358.03º 0.79% 0.7% -
HSV(B) 358.03º 0.51% 0.94% -
XYZ 45.41 32.45 21.96 -
YUV 153.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 239 117 121 0 0.51 0.49 0.06 358.03 0.79 0.7
Hex EF 75 79 0 33 31 6 166 4F 46
Octal 357 165 171 0 63 61 6 546 117 106
Binary 11101111 1110101 1111001 0 110011 110001 110 101100110 1001111 1000110

Color Harmonies of #EF7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7579

Black with #EF7579

Text Example


Text Example

White with #EF7579

Text Example


Text Example

HTML Codes & Css Web 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>