Html Css Color HEX #EF866B Salmon

📋 copy color: '#EF866B'

red 239 ◦ green 134 ◦ blue 107

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

Shades of Salmon #EF866B

Tints of Salmon #EF866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

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

R = 49.79%
G = 27.92%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF866B (or 0xEF866B) is known color: Salmon. HEX triplet: EF, 86 and 6B. RGB value is (239,134,107). Sum of RGB (Red+Green+Blue) = 239+134+107=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF866B is #107994. Grayscale: #A2A2A2. Windows color (decimal): -1079701 or 7046895. OLE color: 7046895.

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

Color convert

RGB 239 134 107 -
CMYK 0 0.44 0.55 0.06
HSL 12.27º 0.8% 0.68% -
HSV(B) 12.27º 0.55% 0.94% -
XYZ 46.78 36.46 18.48 -
YUV 162.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 239 134 107 0 0.44 0.55 0.06 12.27 0.8 0.68
Hex EF 86 6B 0 2C 37 6 C 50 44
Octal 357 206 153 0 54 67 6 14 120 104
Binary 11101111 10000110 1101011 0 101100 110111 110 1100 1010000 1000100

Color Harmonies of #EF866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF866B

Black with #EF866B

Text Example


Text Example

White with #EF866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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