Html Css Color HEX #EF7F6B Salmon

📋 copy color: '#EF7F6B'

red 239 ◦ green 127 ◦ blue 107

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

Shades of Salmon #EF7F6B

Tints of Salmon #EF7F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.62%

R = 50.53%
G = 26.85%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF7F6B (or 0xEF7F6B) is known color: Salmon. HEX triplet: EF, 7F and 6B. RGB value is (239,127,107). Sum of RGB (Red+Green+Blue) = 239+127+107=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F6B is #108094. Grayscale: #9E9E9E. Windows color (decimal): -1081493 or 7045103. OLE color: 7045103.

HSL color Cylindrical-coordinate representation of color #EF7F6B: hue angle of 9.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF7F6B is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 107 -
CMYK 0 0.47 0.55 0.06
HSL 9.09º 0.8% 0.68% -
HSV(B) 9.09º 0.55% 0.94% -
XYZ 45.84 34.59 18.17 -
YUV 158.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 239 127 107 0 0.47 0.55 0.06 9.09 0.8 0.68
Hex EF 7F 6B 0 2F 37 6 9 50 44
Octal 357 177 153 0 57 67 6 11 120 104
Binary 11101111 1111111 1101011 0 101111 110111 110 1001 1010000 1000100

Color Harmonies of #EF7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F6B

Black with #EF7F6B

Text Example


Text Example

White with #EF7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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