#EF6F60

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

Shades of Bittersweet #EF6F60

Tints of Bittersweet #EF6F60

Color information

#EF6F60 (or 0xEF6F60) is unknown color: approx Bittersweet. HEX triplet: EF, 6F and 60. RGB value is (239,111,96). Sum of RGB (Red+Green+Blue) = 239+111+96=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F60 is #10909F. Grayscale: #939393. Windows color (decimal): -1085600 or 6320111. OLE color: 6320111.

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

Color convert

RGB23911196-
CMYK00.540.600.06
HSL6.29º81.71%65.69%-
HSV(B)6.29º59.83%93.73%-
XYZ43.3930.5614.68-
YUV147.5698.91193.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.59%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=53.59%
G=24.89%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391119600.540.600.066.2981.7165.69
HexEF6F600363C665242
Octal3571571400667466122102
Binary1110111111011111100000011011011110011011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6F60; }

 p { color: rgb(239,111,96); }

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

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

 a { background-color: rgb(239,111,96); }

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

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

 span { border-color: rgb(239,111,96); }

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