Html Css Color HEX #EF7064 Bittersweet

📋 copy color: '#EF7064'

red 239 ◦ green 112 ◦ blue 100

#EF7064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #EF7064

Tints of Bittersweet #EF7064

RGB

 RED value IS 239 (93.75% from 255) = 52.99%

 GREEN value IS 112 (44.14% from 255) = 24.83%

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 52.99%
G = 24.83%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7064 (or 0xEF7064) is known color: Bittersweet. HEX triplet: EF, 70 and 64. RGB value is (239,112,100). Sum of RGB (Red+Green+Blue) = 239+112+100=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7064 is #108F9B. Grayscale: #949494. Windows color (decimal): -1085340 or 6582511. OLE color: 6582511.

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

Color convert

RGB 239 112 100 -
CMYK 0 0.53 0.58 0.06
HSL 5.18º 0.81% 0.66% -
HSV(B) 5.18º 0.58% 0.94% -
XYZ 43.69 30.86 15.71 -
YUV 148.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 239 112 100 0 0.53 0.58 0.06 5.18 0.81 0.66
Hex EF 70 64 0 35 3A 6 5 51 42
Octal 357 160 144 0 65 72 6 5 121 102
Binary 11101111 1110000 1100100 0 110101 111010 110 101 1010001 1000010

Color Harmonies of #EF7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7064

Black with #EF7064

Text Example


Text Example

White with #EF7064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7064; }

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

 H1.HeaderClassName
 {
   color: #EF7064;
 }
 .AnyTagClassName
 {
   color: #EF7064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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