Html Css Color HEX #EF6760 Bittersweet

📋 copy color: '#EF6760'

red 239 ◦ green 103 ◦ blue 96

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

Shades of Bittersweet #EF6760

Tints of Bittersweet #EF6760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.52%

 BLUE value IS 96 (37.89% from 255) = 21.92%

R = 54.57%
G = 23.52%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF6760 (or 0xEF6760) is known color: Bittersweet. HEX triplet: EF, 67 and 60. RGB value is (239,103,96). Sum of RGB (Red+Green+Blue) = 239+103+96=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6760 is #10989F. Grayscale: #8F8F8F. Windows color (decimal): -1087648 or 6318063. OLE color: 6318063.

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

Color convert

RGB 239 103 96 -
CMYK 0 0.57 0.60 0.06
HSL 2.94º 0.82% 0.66% -
HSV(B) 2.94º 0.6% 0.94% -
XYZ 42.56 28.9 14.4 -
YUV 142.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 239 103 96 0 0.57 0.60 0.06 2.94 0.82 0.66
Hex EF 67 60 0 39 3C 6 3 52 42
Octal 357 147 140 0 71 74 6 3 122 102
Binary 11101111 1100111 1100000 0 111001 111100 110 11 1010010 1000010

Color Harmonies of #EF6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6760

Black with #EF6760

Text Example


Text Example

White with #EF6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6760; }

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

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

background-color css

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

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

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

border-color css

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

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

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