Html Css Color HEX #EF7F65 Salmon

📋 copy color: '#EF7F65'

red 239 ◦ green 127 ◦ blue 101

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

Shades of Salmon #EF7F65

Tints of Salmon #EF7F65

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 51.18%
G = 27.19%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7F65 (or 0xEF7F65) is known color: Salmon. HEX triplet: EF, 7F and 65. RGB value is (239,127,101). Sum of RGB (Red+Green+Blue) = 239+127+101=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F65 is #10809A. Grayscale: #9D9D9D. Windows color (decimal): -1081499 or 6651887. OLE color: 6651887.

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

Color convert

RGB 239 127 101 -
CMYK 0 0.47 0.58 0.06
HSL 11.3º 0.81% 0.67% -
HSV(B) 11.3º 0.58% 0.94% -
XYZ 45.53 34.47 16.57 -
YUV 157.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 239 127 101 0 0.47 0.58 0.06 11.3 0.81 0.67
Hex EF 7F 65 0 2F 3A 6 B 51 43
Octal 357 177 145 0 57 72 6 13 121 103
Binary 11101111 1111111 1100101 0 101111 111010 110 1011 1010001 1000011

Color Harmonies of #EF7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F65

Black with #EF7F65

Text Example


Text Example

White with #EF7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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