Html Css Color HEX #EF7B6B Salmon

📋 copy color: '#EF7B6B'

red 239 ◦ green 123 ◦ blue 107

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

Shades of Salmon #EF7B6B

Tints of Salmon #EF7B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 50.96%
G = 26.23%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF7B6B (or 0xEF7B6B) is known color: Salmon. HEX triplet: EF, 7B and 6B. RGB value is (239,123,107). Sum of RGB (Red+Green+Blue) = 239+123+107=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B6B is #108494. Grayscale: #9C9C9C. Windows color (decimal): -1082517 or 7044079. OLE color: 7044079.

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

Color convert

RGB 239 123 107 -
CMYK 0 0.49 0.55 0.06
HSL 7.27º 0.8% 0.68% -
HSV(B) 7.27º 0.55% 0.94% -
XYZ 45.33 33.58 18 -
YUV 155.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 239 123 107 0 0.49 0.55 0.06 7.27 0.8 0.68
Hex EF 7B 6B 0 31 37 6 7 50 44
Octal 357 173 153 0 61 67 6 7 120 104
Binary 11101111 1111011 1101011 0 110001 110111 110 111 1010000 1000100

Color Harmonies of #EF7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B6B

Black with #EF7B6B

Text Example


Text Example

White with #EF7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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