#EF6866

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

Shades of Bittersweet #EF6866

Tints of Bittersweet #EF6866

Color information

#EF6866 (or 0xEF6866) is unknown color: approx Bittersweet. HEX triplet: EF, 68 and 66. RGB value is (239,104,102). Sum of RGB (Red+Green+Blue) = 239+104+102=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6866 is #109799. Grayscale: #909090. Windows color (decimal): -1087386 or 6711535. OLE color: 6711535.

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

Color convert

RGB239104102-
CMYK00.560.570.06
HSL0.88º81.07%66.86%-
HSV(B)0.88º57.32%93.73%-
XYZ42.9529.2115.95-
YUV144.14104.23195.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=53.71%
G=23.37%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910410200.560.570.060.8881.0766.86
HexEF686603839615143
Octal3571501460707161121103
Binary11101111110100011001100111000111001110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6866; }

 p { color: rgb(239,104,102); }

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

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

 a { background-color: rgb(239,104,102); }

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

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

 span { border-color: rgb(239,104,102); }

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