Html Css Color HEX #EF7B6A Salmon

📋 copy color: '#EF7B6A'

red 239 ◦ green 123 ◦ blue 106

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

Shades of Salmon #EF7B6A

Tints of Salmon #EF7B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.65%

R = 51.07%
G = 26.28%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7B6A (or 0xEF7B6A) is known color: Salmon. HEX triplet: EF, 7B and 6A. RGB value is (239,123,106). Sum of RGB (Red+Green+Blue) = 239+123+106=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B6A is #108495. Grayscale: #9B9B9B. Windows color (decimal): -1082518 or 6978543. OLE color: 6978543.

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

Color convert

RGB 239 123 106 -
CMYK 0 0.49 0.56 0.06
HSL 7.67º 0.81% 0.68% -
HSV(B) 7.67º 0.56% 0.94% -
XYZ 45.28 33.56 17.73 -
YUV 155.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 239 123 106 0 0.49 0.56 0.06 7.67 0.81 0.68
Hex EF 7B 6A 0 31 38 6 8 51 44
Octal 357 173 152 0 61 70 6 10 121 104
Binary 11101111 1111011 1101010 0 110001 111000 110 1000 1010001 1000100

Color Harmonies of #EF7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B6A

Black with #EF7B6A

Text Example


Text Example

White with #EF7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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