#EF6960

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

Shades of Bittersweet #EF6960

Tints of Bittersweet #EF6960

Color information

#EF6960 (or 0xEF6960) is unknown color: approx Bittersweet. HEX triplet: EF, 69 and 60. RGB value is (239,105,96). Sum of RGB (Red+Green+Blue) = 239+105+96=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6960 is #10969F. Grayscale: #909090. Windows color (decimal): -1087136 or 6318575. OLE color: 6318575.

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

Color convert

RGB23910596-
CMYK00.560.600.06
HSL3.78º81.71%65.69%-
HSV(B)3.78º59.83%93.73%-
XYZ42.7629.314.47-
YUV144.04100.89195.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.32%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=54.32%
G=23.86%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391059600.560.600.063.7881.7165.69
HexEF69600383C645242
Octal3571511400707464122102
Binary1110111111010011100000011100011110011010010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6960; }

 p { color: rgb(239,105,96); }

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

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

 a { background-color: rgb(239,105,96); }

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

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

 span { border-color: rgb(239,105,96); }

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