Html Css Color HEX #EF7065 Bittersweet

📋 copy color: '#EF7065'

red 239 ◦ green 112 ◦ blue 101

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

Shades of Bittersweet #EF7065

Tints of Bittersweet #EF7065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 52.88%
G = 24.78%
B = 22.35%

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

#EF7065 (or 0xEF7065) is known color: Bittersweet. HEX triplet: EF, 70 and 65. RGB value is (239,112,101). Sum of RGB (Red+Green+Blue) = 239+112+101=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7065 is #108F9A. Grayscale: #949494. Windows color (decimal): -1085339 or 6648047. OLE color: 6648047.

HSL color Cylindrical-coordinate representation of color #EF7065: hue angle of 4.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7065 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 101 -
CMYK 0 0.53 0.58 0.06
HSL 4.78º 0.81% 0.67% -
HSV(B) 4.78º 0.58% 0.94% -
XYZ 43.74 30.88 15.97 -
YUV 148.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 239 112 101 0 0.53 0.58 0.06 4.78 0.81 0.67
Hex EF 70 65 0 35 3A 6 5 51 43
Octal 357 160 145 0 65 72 6 5 121 103
Binary 11101111 1110000 1100101 0 110101 111010 110 101 1010001 1000011

Color Harmonies of #EF7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7065

Black with #EF7065

Text Example


Text Example

White with #EF7065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7065; }

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

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

background-color css

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

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

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

border-color css

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

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

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