#EF6A64

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

Shades of Bittersweet #EF6A64

Tints of Bittersweet #EF6A64

Color information

#EF6A64 (or 0xEF6A64) is unknown color: approx Bittersweet. HEX triplet: EF, 6A and 64. RGB value is (239,106,100). Sum of RGB (Red+Green+Blue) = 239+106+100=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6A64 is #10959B. Grayscale: #919191. Windows color (decimal): -1086876 or 6580975. OLE color: 6580975.

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

Color convert

RGB239106100-
CMYK00.560.580.06
HSL2.59º81.29%66.47%-
HSV(B)2.59º58.16%93.73%-
XYZ43.0529.5815.5-
YUV145.08102.56194.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=53.71%
G=23.82%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910610000.560.580.062.5981.2966.47
HexEF6A640383A635142
Octal3571521440707263121102
Binary111011111101010110010001110001110101101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6A64; }

 p { color: rgb(239,106,100); }

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

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

 a { background-color: rgb(239,106,100); }

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

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

 span { border-color: rgb(239,106,100); }

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