Html Css Color HEX #EF896B Salmon

📋 copy color: '#EF896B'

red 239 ◦ green 137 ◦ blue 107

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

Shades of Salmon #EF896B

Tints of Salmon #EF896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

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

R = 49.48%
G = 28.36%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF896B (or 0xEF896B) is known color: Salmon. HEX triplet: EF, 89 and 6B. RGB value is (239,137,107). Sum of RGB (Red+Green+Blue) = 239+137+107=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF896B is #107694. Grayscale: #A4A4A4. Windows color (decimal): -1078933 or 7047663. OLE color: 7047663.

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

Color convert

RGB 239 137 107 -
CMYK 0 0.43 0.55 0.06
HSL 13.64º 0.8% 0.68% -
HSV(B) 13.64º 0.55% 0.94% -
XYZ 47.2 37.3 18.62 -
YUV 164.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 239 137 107 0 0.43 0.55 0.06 13.64 0.8 0.68
Hex EF 89 6B 0 2B 37 6 E 50 44
Octal 357 211 153 0 53 67 6 16 120 104
Binary 11101111 10001001 1101011 0 101011 110111 110 1110 1010000 1000100

Color Harmonies of #EF896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF896B

Black with #EF896B

Text Example


Text Example

White with #EF896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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