Html Css Color HEX #EF7364 Bittersweet

📋 copy color: '#EF7364'

red 239 ◦ green 115 ◦ blue 100

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

Shades of Bittersweet #EF7364

Tints of Bittersweet #EF7364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 52.64%
G = 25.33%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7364 (or 0xEF7364) is known color: Bittersweet. HEX triplet: EF, 73 and 64. RGB value is (239,115,100). Sum of RGB (Red+Green+Blue) = 239+115+100=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7364 is #108C9B. Grayscale: #969696. Windows color (decimal): -1084572 or 6583279. OLE color: 6583279.

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

Color convert

RGB 239 115 100 -
CMYK 0 0.52 0.58 0.06
HSL 6.47º 0.81% 0.66% -
HSV(B) 6.47º 0.58% 0.94% -
XYZ 44.03 31.53 15.82 -
YUV 150.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 239 115 100 0 0.52 0.58 0.06 6.47 0.81 0.66
Hex EF 73 64 0 34 3A 6 6 51 42
Octal 357 163 144 0 64 72 6 6 121 102
Binary 11101111 1110011 1100100 0 110100 111010 110 110 1010001 1000010

Color Harmonies of #EF7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7364

Black with #EF7364

Text Example


Text Example

White with #EF7364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7364; }

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

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

background-color css

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

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

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

border-color css

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

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

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