Html Css Color HEX #EF7E6B Salmon

📋 copy color: '#EF7E6B'

red 239 ◦ green 126 ◦ blue 107

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

Shades of Salmon #EF7E6B

Tints of Salmon #EF7E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

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

R = 50.64%
G = 26.69%
B = 22.67%

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

#EF7E6B (or 0xEF7E6B) is known color: Salmon. HEX triplet: EF, 7E and 6B. RGB value is (239,126,107). Sum of RGB (Red+Green+Blue) = 239+126+107=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E6B is #108194. Grayscale: #9D9D9D. Windows color (decimal): -1081749 or 7044847. OLE color: 7044847.

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

Color convert

RGB 239 126 107 -
CMYK 0 0.47 0.55 0.06
HSL 8.64º 0.8% 0.68% -
HSV(B) 8.64º 0.55% 0.94% -
XYZ 45.71 34.33 18.13 -
YUV 157.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 239 126 107 0 0.47 0.55 0.06 8.64 0.8 0.68
Hex EF 7E 6B 0 2F 37 6 9 50 44
Octal 357 176 153 0 57 67 6 11 120 104
Binary 11101111 1111110 1101011 0 101111 110111 110 1001 1010000 1000100

Color Harmonies of #EF7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E6B

Black with #EF7E6B

Text Example


Text Example

White with #EF7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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