#EF5A5B

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

Shades of Froly #EF5A5B

Tints of Froly #EF5A5B

Color information

#EF5A5B (or 0xEF5A5B) is unknown color: approx Froly. HEX triplet: EF, 5A and 5B. RGB value is (239,90,91). Sum of RGB (Red+Green+Blue) = 239+90+91=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A5B is #10A5A4. Grayscale: #868686. Windows color (decimal): -1090981 or 5987055. OLE color: 5987055.

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

Color convert

RGB2399091-
CMYK00.620.620.06
HSL359.6º82.32%64.51%-
HSV(B)359.6º62.34%93.73%-
XYZ41.1426.4212.83-
YUV134.66103.36202.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.90%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=56.90%
G=21.43%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239909100.620.620.06359.682.3264.51
HexEF5A5B03E3E61685241
Octal357132133076766550122101
Binary1110111110110101011011011111011111011010110100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A5B; }

 p { color: rgb(239,90,91); }

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

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

 a { background-color: rgb(239,90,91); }

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

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

 span { border-color: rgb(239,90,91); }

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