#EF696D

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

Shades of Froly #EF696D

Tints of Froly #EF696D

Color information

#EF696D (or 0xEF696D) is unknown color: approx Froly. HEX triplet: EF, 69 and 6D. RGB value is (239,105,109). Sum of RGB (Red+Green+Blue) = 239+105+109=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF696D is #109692. Grayscale: #919191. Windows color (decimal): -1087123 or 7170543. OLE color: 7170543.

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

Color convert

RGB239105109-
CMYK00.560.540.06
HSL358.21º80.72%67.45%-
HSV(B)358.21º56.07%93.73%-
XYZ43.4129.5617.89-
YUV145.52107.39194.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=52.76%
G=23.18%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910510900.560.540.06358.2180.7267.45
HexEF696D0383661665143
Octal357151155070666546121103
Binary1110111111010011101101011100011011011010110011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF696D; }

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

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

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

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

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

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

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

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