#EF6F64

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

Shades of Bittersweet #EF6F64

Tints of Bittersweet #EF6F64

Color information

#EF6F64 (or 0xEF6F64) is unknown color: approx Bittersweet. HEX triplet: EF, 6F and 64. RGB value is (239,111,100). Sum of RGB (Red+Green+Blue) = 239+111+100=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F64 is #10909B. Grayscale: #949494. Windows color (decimal): -1085596 or 6582255. OLE color: 6582255.

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

Color convert

RGB239111100-
CMYK00.540.580.06
HSL4.75º81.29%66.47%-
HSV(B)4.75º58.16%93.73%-
XYZ43.5830.6415.67-
YUV148.02100.91192.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.11%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=53.11%
G=24.67%
B=22.22%

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
Decimal23911110000.540.580.064.7581.2966.47
HexEF6F640363A655142
Octal3571571440667265121102
Binary1110111111011111100100011011011101011010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6F64; }

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

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

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

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

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

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

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

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