#EF6F65

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

Shades of Bittersweet #EF6F65

Tints of Bittersweet #EF6F65

Color information

#EF6F65 (or 0xEF6F65) is unknown color: approx Bittersweet. HEX triplet: EF, 6F and 65. RGB value is (239,111,101). Sum of RGB (Red+Green+Blue) = 239+111+101=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F65 is #10909A. Grayscale: #949494. Windows color (decimal): -1085595 or 6647791. OLE color: 6647791.

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

Color convert

RGB239111101-
CMYK00.540.580.06
HSL4.35º81.18%66.67%-
HSV(B)4.35º57.74%93.73%-
XYZ43.6330.6615.93-
YUV148.13101.41192.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=52.99%
G=24.61%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911110100.540.580.064.3581.1866.67
HexEF6F650363A645143
Octal3571571450667264121103
Binary1110111111011111100101011011011101011010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6F65; }

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

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

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

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

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

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

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

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