#EF6E65

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

Shades of Bittersweet #EF6E65

Tints of Bittersweet #EF6E65

Color information

#EF6E65 (or 0xEF6E65) is unknown color: approx Bittersweet. HEX triplet: EF, 6E and 65. RGB value is (239,110,101). Sum of RGB (Red+Green+Blue) = 239+110+101=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6E65 is #10919A. Grayscale: #939393. Windows color (decimal): -1085851 or 6647535. OLE color: 6647535.

HSL color Cylindrical-coordinate representation of color #EF6E65: hue angle of 3.91º 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 #EF6E65 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239110101-
CMYK00.540.580.06
HSL3.91º81.18%66.67%-
HSV(B)3.91º57.74%93.73%-
XYZ43.5230.4415.89-
YUV147.55101.74193.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.11%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=53.11%
G=24.44%
B=22.44%

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
Decimal23911010100.540.580.063.9181.1866.67
HexEF6E650363A645143
Octal3571561450667264121103
Binary1110111111011101100101011011011101011010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6E65; }

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

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

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

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

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

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

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

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