Html Css Color HEX #EF7E6A Salmon

📋 copy color: '#EF7E6A'

red 239 ◦ green 126 ◦ blue 106

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

Shades of Salmon #EF7E6A

Tints of Salmon #EF7E6A

RGB

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

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

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

R = 50.74%
G = 26.75%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7E6A (or 0xEF7E6A) is known color: Salmon. HEX triplet: EF, 7E and 6A. RGB value is (239,126,106). Sum of RGB (Red+Green+Blue) = 239+126+106=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E6A is #108195. Grayscale: #9D9D9D. Windows color (decimal): -1081750 or 6979311. OLE color: 6979311.

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

Color convert

RGB 239 126 106 -
CMYK 0 0.47 0.56 0.06
HSL 9.02º 0.81% 0.68% -
HSV(B) 9.02º 0.56% 0.94% -
XYZ 45.66 34.31 17.85 -
YUV 157.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 239 126 106 0 0.47 0.56 0.06 9.02 0.81 0.68
Hex EF 7E 6A 0 2F 38 6 9 51 44
Octal 357 176 152 0 57 70 6 11 121 104
Binary 11101111 1111110 1101010 0 101111 111000 110 1001 1010001 1000100

Color Harmonies of #EF7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E6A

Black with #EF7E6A

Text Example


Text Example

White with #EF7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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