#EF6C6D

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

Shades of Froly #EF6C6D

Tints of Froly #EF6C6D

Color information

#EF6C6D (or 0xEF6C6D) is unknown color: approx Froly. HEX triplet: EF, 6C and 6D. RGB value is (239,108,109). Sum of RGB (Red+Green+Blue) = 239+108+109=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6C6D is #109392. Grayscale: #939393. Windows color (decimal): -1086355 or 7171311. OLE color: 7171311.

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

Color convert

RGB239108109-
CMYK00.550.540.06
HSL359.54º80.37%68.04%-
HSV(B)359.54º54.81%93.73%-
XYZ43.7230.1817.99-
YUV147.28106.4193.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.41%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=52.41%
G=23.68%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910810900.550.540.06359.5480.3768.04
HexEF6C6D0373661685044
Octal357154155067666550120104
Binary1110111111011001101101011011111011011010110100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C6D; }

 p { color: rgb(239,108,109); }

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

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

 a { background-color: rgb(239,108,109); }

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

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

 span { border-color: rgb(239,108,109); }

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