#EF6464

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

Shades of Bittersweet #EF6464

Tints of Bittersweet #EF6464

Color information

#EF6464 (or 0xEF6464) is unknown color: approx Bittersweet. HEX triplet: EF, 64 and 64. RGB value is (239,100,100). Sum of RGB (Red+Green+Blue) = 239+100+100=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6464 is #109B9B. Grayscale: #8D8D8D. Windows color (decimal): -1088412 or 6579439. OLE color: 6579439.

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

Color convert

RGB239100100-
CMYK00.580.580.06
HSL81.29%66.47%-
HSV(B)58.16%93.73%-
XYZ42.4528.3915.3-
YUV141.56104.55197.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.44%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 100 (39.45% from 255) = 22.78%
R=54.44%
G=22.78%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910010000.580.580.06081.2966.47
HexEF646403A3A605142
Octal3571441440727260121102
Binary11101111110010011001000111010111010110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6464; }

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

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

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

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

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

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

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

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